IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18454 for trunk/Nebulous/lib


Ignore:
Timestamp:
Jul 9, 2008, 4:38:24 PM (18 years ago)
Author:
jhoblitt
Message:

change "any" volume usage to corespond to changes in Nebulous::Server

File:
1 edited

Legend:

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

    r17765 r18454  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.54 2008-05-22 01:39:41 jhoblitt Exp $
     3# $Id: Client.pm,v 1.55 2008-07-10 02:38:24 jhoblitt Exp $
    44
    55package Nebulous::Client;
     
    695695
    696696        # then fall back to looking for isntances on any volume
    697         $locations = $self->find_instances( $key, ':any');
     697        $locations = $self->find_instances( $key, '~any');
    698698        unless (defined $locations) {
    699699            return;
Note: See TracChangeset for help on using the changeset viewer.