1
0
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:
Günther Deschner 2008-07-03 12:01:36 +02:00
parent 968c91b883
commit 2c703ec720

View File

@ -503,7 +503,7 @@ static bool libnet_join_create_keytab(TALLOC_CTX *mem_ctx,
return true;
}
if (!ads_keytab_create_default(r->in.ads)) {
if (ads_keytab_create_default(r->in.ads) != 0) {
return false;
}