1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Make use of the new libnet_conf_delete_global_parameter() function.

Michael
(This used to be commit aed01fd28c8e896e993239cbe9b2681132ddf980)
This commit is contained in:
Michael Adam 2008-01-13 23:20:51 +01:00
parent 864fc10a27
commit 3910dd2e1b

View File

@ -951,7 +951,7 @@ static WERROR do_unjoin_modify_vals_config(struct libnet_UnjoinCtx *r)
}
}
libnet_conf_delete_parameter(ctx, GLOBAL_NAME, "realm");
libnet_conf_delete_global_parameter(ctx, "realm");
done:
libnet_conf_close(ctx);