Changeset 17761 for trunk/Nebulous-Server
- Timestamp:
- May 21, 2008, 9:57:19 AM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r17757 r17761 1 1 Revision history for Nebulous 2 3 0.12 4 - fix Nebulous::Server::setxattr_object() so that creating a new xattr with 5 the "replace" flag works 2 6 3 7 0.11 Tue May 20 10:54:50 HST 2008 -
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.
