svn commit: samba r16414 - in branches/tmp/vl-messaging/source/lib: .

ab at samba.org ab at samba.org
Tue Jun 20 12:02:10 GMT 2006


Author: ab
Date: 2006-06-20 12:02:09 +0000 (Tue, 20 Jun 2006)
New Revision: 16414

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16414

Log:
Remove copy&paste error
Modified:
   branches/tmp/vl-messaging/source/lib/messages_tdb.c


Changeset:
Modified: branches/tmp/vl-messaging/source/lib/messages_tdb.c
===================================================================
--- branches/tmp/vl-messaging/source/lib/messages_tdb.c	2006-06-20 11:24:31 UTC (rev 16413)
+++ branches/tmp/vl-messaging/source/lib/messages_tdb.c	2006-06-20 12:02:09 UTC (rev 16414)
@@ -364,11 +364,6 @@
 	return True;
 }
 
-/* NULL pointer means implicit length zero. */
-if (!buf) {
-SMB_ASSERT(len == 0);
-}
-
 /*
  * Block and unblock receiving of messages. Allows removal of race conditions
  * when doing a fork and changing message disposition.



More information about the samba-cvs mailing list