svn commit: samba r23408 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_26/source/lib

vlendec at samba.org vlendec at samba.org
Sun Jun 10 10:18:04 GMT 2007


Author: vlendec
Date: 2007-06-10 10:18:03 +0000 (Sun, 10 Jun 2007)
New Revision: 23408

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

Log:
Remove a bogus comment
Modified:
   branches/SAMBA_3_0/source/lib/messages_local.c
   branches/SAMBA_3_0_26/source/lib/messages_local.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/messages_local.c
===================================================================
--- branches/SAMBA_3_0/source/lib/messages_local.c	2007-06-09 22:45:21 UTC (rev 23407)
+++ branches/SAMBA_3_0/source/lib/messages_local.c	2007-06-10 10:18:03 UTC (rev 23408)
@@ -47,7 +47,6 @@
 #include "librpc/gen_ndr/messaging.h"
 #include "librpc/gen_ndr/ndr_messaging.h"
 
-/* the locking database handle */
 static int received_signal;
 
 static NTSTATUS messaging_tdb_send(struct messaging_context *msg_ctx,

Modified: branches/SAMBA_3_0_26/source/lib/messages_local.c
===================================================================
--- branches/SAMBA_3_0_26/source/lib/messages_local.c	2007-06-09 22:45:21 UTC (rev 23407)
+++ branches/SAMBA_3_0_26/source/lib/messages_local.c	2007-06-10 10:18:03 UTC (rev 23408)
@@ -47,7 +47,6 @@
 #include "librpc/gen_ndr/messaging.h"
 #include "librpc/gen_ndr/ndr_messaging.h"
 
-/* the locking database handle */
 static int received_signal;
 
 static NTSTATUS messaging_tdb_send(struct messaging_context *msg_ctx,



More information about the samba-cvs mailing list