[vhffs-dev] [2157] this is not a Oops commit |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2157
Author: gradator
Date: 2012-04-25 22:20:15 +0200 (Wed, 25 Apr 2012)
Log Message:
-----------
this is not a Oops commit
Modified Paths:
--------------
trunk/vhffs-tools/src/vhffs-userdel
Modified: trunk/vhffs-tools/src/vhffs-userdel
===================================================================
--- trunk/vhffs-tools/src/vhffs-userdel 2012-04-25 20:07:41 UTC (rev 2156)
+++ trunk/vhffs-tools/src/vhffs-userdel 2012-04-25 20:20:15 UTC (rev 2157)
@@ -25,7 +25,7 @@
$user->set_status( Vhffs::Constants::WAITING_FOR_DELETION );
-if( $user->commit <= ) {
+if( $user->commit <= 0 ) {
print 'Status change failed'."\n";
exit(-1);
}