Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 16224)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 16244)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.49 2008-01-25 02:11:23 jhoblitt Exp $
+# $Id: Server.pm,v 1.50 2008-01-26 02:04:46 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -1004,5 +1004,5 @@
             $query->finish;
             
-            # if we affected something other then one row something very bad
+            # if we affected something other then two rows something very bad
             # has happened
             unless ( $rows == 1 ) {
@@ -1019,8 +1019,6 @@
             $query->finish;
 
-            # if we affected something other then two rows something very bad
-            # has happened
-            # this will have to be changed in order to support hardlinks
-            unless ( $rows == 2 ) {
+            # TODO: this will have to be changed in order to support hardlinks
+            unless ( $rows == 1 ) {
                 $log->logdie( "affected row count is $rows instead of 2" );
             }
