IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32513


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

Some bad data is stopping things from running. Skip it and move on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/neb-admin

    r32504 r32513  
    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.