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,
