IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5670


Ignore:
Timestamp:
Dec 2, 2005, 5:19:43 PM (21 years ago)
Author:
jhoblitt
Message:

fix Nebulous::Client->open()

File:
1 edited

Legend:

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

    r5664 r5670  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.22 2005-12-03 02:32:56 jhoblitt Exp $
     3# $Id: Client.pm,v 1.23 2005-12-03 03:19:43 jhoblitt Exp $
    44
    55package Nebulous::Client;
     
    477477            $log->debug( "creating a new storage object" );
    478478
    479             my $ret = $self->create( $key );
     479            my $ret = $self->open_create( $key );
    480480
    481481            $log->debug( "leaving" );
Note: See TracChangeset for help on using the changeset viewer.