IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2875


Ignore:
Timestamp:
Jan 3, 2005, 4:02:23 PM (22 years ago)
Author:
jhoblitt
Message:

don't automatically lock for copy

File:
1 edited

Legend:

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

    r2862 r2875  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.4 2005-01-03 23:13:15 jhoblitt Exp $
     3# $Id: Client.pm,v 1.5 2005-01-04 02:02:23 jhoblitt Exp $
    44
    55package PS::IPP::IData::Client;
     
    549549    close( $new_fh ) or $log->logdie->( "can not close $new_key" );
    550550
    551     unless ($self->unlock( $key, "read" )) {
    552         $log->debug( "can not lock object" );
    553         $log->debug( "leaving" );
    554 
    555         return undef;
    556     }
    557 
    558     unless ($self->unlock( $new_key, "write" )) {
    559         $log->debug( "can not lock object" );
    560         $log->debug( "leaving" );
    561 
    562         return undef;
    563     }
     551#    unless ($self->unlock( $key, "read" )) {
     552#        $log->debug( "can not lock object" );
     553#        $log->debug( "leaving" );
     554#
     555#        return undef;
     556#    }
     557#
     558#    unless ($self->unlock( $new_key, "write" )) {
     559#        $log->debug( "can not lock object" );
     560#        $log->debug( "leaving" );
     561#
     562#        return undef;
     563#    }
    564564
    565565    $log->debug( "leaving" );
Note: See TracChangeset for help on using the changeset viewer.