IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32506


Ignore:
Timestamp:
Oct 6, 2011, 2:46:42 PM (15 years ago)
Author:
bills
Message:

handle null scheme in redirect_to_logfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r32474 r32506  
    737737    my $old_name;
    738738    my $scheme = file_scheme($name);
    739     if ($scheme eq 'neb') {
     739    if ($scheme and $scheme eq 'neb') {
    740740        my $neb = $self->nebulous;
    741741        if ($neb->storage_object_exists($name)) {
Note: See TracChangeset for help on using the changeset viewer.