Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 5478)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 5487)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.11 2005-11-05 02:35:45 jhoblitt Exp $
+# $Id: Server.pm,v 1.12 2005-11-09 00:48:24 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -590,7 +590,9 @@
             my $rows = $query->execute( $so_id );
 
-            # if we affected something other then one row something very bad has happened
-            unless ( $rows == 1 ) {
-                $log->logdie( "affected row count is $rows instead of 1" );
+            # 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 ) {
+                $log->logdie( "affected row count is $rows instead of 2" );
             }
         }
