Index: trunk/Nebulous-Server/bin/nebdiskd
===================================================================
--- trunk/Nebulous-Server/bin/nebdiskd	(revision 19877)
+++ trunk/Nebulous-Server/bin/nebdiskd	(revision 19886)
@@ -3,5 +3,5 @@
 # Copyright (C) 2007  Joshua Hoblitt
 # 
-# $Id: nebdiskd,v 1.10 2008-10-03 03:27:59 jhoblitt Exp $
+# $Id: nebdiskd,v 1.11 2008-10-03 21:56:36 jhoblitt Exp $
 
 use strict;
@@ -291,8 +291,8 @@
                 or die "Failed to signal process ($current_pid)";
             unlink $pid_file || die "Couldn't remove pid_file \"$pid_file\" [$!]\n";
-            return 1;
-
         }
     }
+
+    return 0;
 }
 
