svn commit: samba r15890 - in branches/SAMBA_3_0/source/utils: .

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


Author: jra
Date: 2006-05-25 15:47:36 +0000 (Thu, 25 May 2006)
New Revision: 15890

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

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

Modified:
   branches/SAMBA_3_0/source/utils/smbcontrol.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/smbcontrol.c
===================================================================
--- branches/SAMBA_3_0/source/utils/smbcontrol.c	2006-05-25 15:44:43 UTC (rev 15889)
+++ branches/SAMBA_3_0/source/utils/smbcontrol.c	2006-05-25 15:47:36 UTC (rev 15890)
@@ -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