IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 9, 2016, 12:43:57 PM (10 years ago)
Author:
watersc1
Message:

Add hostname check to find_instances call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Nebulous/lib/Nebulous/Client.pm

    r39662 r39682  
    859859
    860860    $log->debug( "entered - @_" );
     861   
     862    unless(defined($params[0])) {
     863        $params[0] = hostname() . ".0";
     864#       print STDERR "Setting host to $params[0]\n";
     865    }
    861866
    862867    my $response = $self->{ 'server' }->find_instances( $key, @params );
Note: See TracChangeset for help on using the changeset viewer.