Index: /branches/neb_distrib_20081210/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- /branches/neb_distrib_20081210/Nebulous-Server/lib/Nebulous/Server.pm	(revision 23854)
+++ /branches/neb_distrib_20081210/Nebulous-Server/lib/Nebulous/Server.pm	(revision 23855)
@@ -1230,5 +1230,5 @@
     my $n_dbs = $self->config->n_db();
     for (my $index = 0; $index < $n_dbs; $index ++) {
-        my $newkeys = $self->find_objects_for_index($index, $pattern);
+        my $newkeys = $self->_find_objects_for_index($index, $pattern);
         push @keys, @$newkeys;
     }
@@ -1241,5 +1241,5 @@
 
 # find matching objects from the given server
-sub find_objects_for_index
+sub _find_objects_for_index
 {
 
