IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32514


Ignore:
Timestamp:
Oct 6, 2011, 5:15:16 PM (15 years ago)
Author:
watersc1
Message:

Handle bad response by skipping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/Nebulous-Server/bin/neb-admin

    r32505 r32514  
    636636        my $destination_host   = $destination{HOST}{$class_id};
    637637        my $destination_uri    = $uri;
     638        unless ((defined($destination_uri))&&
     639                (defined($source_name))&&
     640                (defined($destination_name))) {
     641            next;
     642        }
    638643        $destination_uri =~ s/$source_name/$destination_name/;
    639644       
Note: See TracChangeset for help on using the changeset viewer.