Index: branches/neb_distrib_20081210/Nebulous/lib/Nebulous/Client.pm
===================================================================
--- branches/neb_distrib_20081210/Nebulous/lib/Nebulous/Client.pm	(revision 23569)
+++ branches/neb_distrib_20081210/Nebulous/lib/Nebulous/Client.pm	(revision 23860)
@@ -615,4 +615,8 @@
             return;
         }
+        if ($response->faultstring =~ /does not match any key or directory/) {
+            $log->debug( "leaving" );
+            return;
+        }
 
         $log->logdie("unhandled fault - ", $self->err);
