mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
libnetjoin: fix Bug #5570.
Thanks to Atte Peltomäki. Guenther (This used to be commit 144d374ad9dd981430a82369ceaa2783e6dae90a)
This commit is contained in:
parent
968c91b883
commit
2c703ec720
@ -503,7 +503,7 @@ static bool libnet_join_create_keytab(TALLOC_CTX *mem_ctx,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ads_keytab_create_default(r->in.ads)) {
|
if (ads_keytab_create_default(r->in.ads) != 0) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user