IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2011, 4:27:21 PM (15 years ago)
Author:
bills
Message:

don't return an error when delete fails, that is the whole point of the interface

File:
1 edited

Legend:

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

    r30630 r30744  
    12091209        if ($@) {
    12101210            carp "nebulous delete for $todelete failed. Ignoring.\n";
    1211             return $PS_EXIT_SYS_ERROR;
    12121211        }
    12131212    }
Note: See TracChangeset for help on using the changeset viewer.