svn commit: samba r15891 - in trunk/source/utils: .

jra at samba.org jra at samba.org
Thu May 25 15:48:25 GMT 2006


Author: jra
Date: 2006-05-25 15:48:22 +0000 (Thu, 25 May 2006)
New Revision: 15891

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

Log:
Use correct enum type (bug #3722) from Jason Mader <jason at ncac.gwu.edu>.
Jeremy.

Modified:
   trunk/source/utils/smbcontrol.c


Changeset:
Modified: trunk/source/utils/smbcontrol.c
===================================================================
--- trunk/source/utils/smbcontrol.c	2006-05-25 15:47:36 UTC (rev 15890)
+++ trunk/source/utils/smbcontrol.c	2006-05-25 15:48:22 UTC (rev 15891)
@@ -890,7 +890,7 @@
 		ret = send_message(pid, MSG_WINBIND_OFFLINE, NULL, 0, False);
 
 		/* Check that the entry "WINBINDD_OFFLINE" still exists. */
-		/* tdb->ecode = 0; */
+		/* tdb->ecode = TDB_SUCCESS; */
 		d = tdb_fetch_bystring( tdb, "WINBINDD_OFFLINE" );
 
 		/* As this is a key with no data we don't need to free, we



More information about the samba-cvs mailing list