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