svn commit: samba r16992 - in branches/SAMBA_3_0/source/locking: .
jra at samba.org
jra at samba.org
Wed Jul 12 19:23:46 GMT 2006
Author: jra
Date: 2006-07-12 19:23:45 +0000 (Wed, 12 Jul 2006)
New Revision: 16992
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16992
Log:
Fix bug #3922 reported by jason at ncac.gwu.edu, correctly
look at the return code.
Jeremy.
Modified:
branches/SAMBA_3_0/source/locking/posix.c
Changeset:
Modified: branches/SAMBA_3_0/source/locking/posix.c
===================================================================
--- branches/SAMBA_3_0/source/locking/posix.c 2006-07-12 19:13:03 UTC (rev 16991)
+++ branches/SAMBA_3_0/source/locking/posix.c 2006-07-12 19:23:45 UTC (rev 16992)
@@ -1331,5 +1331,5 @@
}
talloc_destroy(ul_ctx);
- return True;
+ return ret;
}
More information about the samba-cvs
mailing list