mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
Make use of the new libnet_conf_delete_global_parameter() function.
Michael
This commit is contained in:
parent
90fa2981c9
commit
aed01fd28c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user