Changeset 2919
- Timestamp:
- Jan 5, 2005, 6:11:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Client.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Client.pm
r2918 r2919 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1.1 3 2005-01-06 04:00:23jhoblitt Exp $3 # $Id: Client.pm,v 1.14 2005-01-06 04:11:02 jhoblitt Exp $ 4 4 5 5 package PS::IPP::IData::Client; … … 242 242 # } 243 243 244 my $ status= $self->delete_instance( $locations->[0] );244 my $uri = $self->delete_instance( $locations->[0] ); 245 245 246 246 # unless ($self->unlock( $key, "write" )) { … … 253 253 $log->debug( "leaving" ); 254 254 255 return $ status;255 return $uri; 256 256 } 257 257
Note:
See TracChangeset
for help on using the changeset viewer.
