[Bps-public-commit] r12443 - in Prophet/trunk: .

jesse at bestpractical.com jesse at bestpractical.com
Sat May 17 05:31:35 EDT 2008


Author: jesse
Date: Sat May 17 05:31:33 2008
New Revision: 12443

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/Replica.pm

Log:
 r31108 at dhcp113 (orig r12377):  sartak | 2008-05-16 19:50:48 +0900
  r55969 at onn:  sartak | 2008-05-16 06:16:32 -0400
  Method name typo
 


Modified: Prophet/trunk/lib/Prophet/Replica.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Replica.pm	(original)
+++ Prophet/trunk/lib/Prophet/Replica.pm	Sat May 17 05:31:33 2008
@@ -539,7 +539,7 @@
 
 sub _read_luid2guid_mappings {
     my $self = shift;
-    my $guid2luid = $self->_read_luid2guid_mappings(@_);
+    my $guid2luid = $self->_read_guid2luid_mappings(@_);
     my %luid2guid = reverse %$guid2luid;
     return \%luid2guid;
 }



More information about the Bps-public-commit mailing list