Changeset 17761 for trunk/Nebulous-Server/lib/Nebulous/Server.pm
- Timestamp:
- May 21, 2008, 9:57:19 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r17753 r17761 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.7 3 2008-05-20 01:47:08jhoblitt Exp $3 # $Id: Server.pm,v 1.74 2008-05-21 19:57:19 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 674 674 } 675 675 } else { 676 unless ($rows == 2) { 676 # replace_object_xattr can effect either 1 or 2 rows. 2 rows in 677 # the case of a replace and 1 if the xattr didn't already exist. 678 unless ($rows == 1 or $rows == 2) { 677 679 $log->logdie( "affected row count is $rows instead of 2" ); 678 680 }
Note:
See TracChangeset
for help on using the changeset viewer.
