Changeset 19497
- Timestamp:
- Sep 11, 2008, 1:02:23 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Client.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Client.pm
r18858 r19497 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1.5 8 2008-08-01 23:55:26jhoblitt Exp $3 # $Id: Client.pm,v 1.59 2008-09-11 23:02:23 jhoblitt Exp $ 4 4 5 5 package Nebulous::Client; … … 681 681 682 682 # then fall back to looking for isntances on any volume 683 $locations = $self->find_instances( $key, ' ~any');683 $locations = $self->find_instances( $key, 'any'); 684 684 unless (defined $locations) { 685 685 return;
Note:
See TracChangeset
for help on using the changeset viewer.
