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:
parent
a835b9500a
commit
fdb68ec206
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user