1
0
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:
Michael Adam 2008-01-13 23:20:51 +01:00
parent 90fa2981c9
commit aed01fd28c

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);