1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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

Jeremy.
(This used to be commit a8eb1186a1)
This commit is contained in:
Jeremy Allison 2006-05-25 15:47:36 +00:00 committed by Gerald (Jerry) Carter
parent a835b9500a
commit fdb68ec206

View File

@ -890,7 +890,7 @@ static BOOL do_winbind_offline(const struct process_id pid,
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