IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18858 for trunk/Nebulous/lib


Ignore:
Timestamp:
Aug 1, 2008, 1:55:26 PM (18 years ago)
Author:
jhoblitt
Message:

fix ->delete() still work if the neb implies a volume on which there is no instance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pm

    r18463 r18858  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.57 2008-07-10 23:21:27 jhoblitt Exp $
     3# $Id: Client.pm,v 1.58 2008-08-01 23:55:26 jhoblitt Exp $
    44
    55package Nebulous::Client;
     
    783783    $log->debug( "entered - @_" );
    784784
    785     my $locations = $self->find_instances( $key );
     785    my $locations = $self->find_instances( $key, 'any' );
    786786
    787787    return undef unless $locations;
Note: See TracChangeset for help on using the changeset viewer.