mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix uninitialized error code in do_unjoin_modify_vals_config().
Guenther
(This used to be commit c890ebc3ca
)
This commit is contained in:
parent
86dfb55ffb
commit
30a788bd20
@ -390,7 +390,7 @@ static WERROR do_unjoin_modify_vals_config(TALLOC_CTX *mem_ctx,
|
||||
struct libnet_UnjoinCtx *r,
|
||||
struct registry_key *key)
|
||||
{
|
||||
WERROR werr;
|
||||
WERROR werr = WERR_OK;
|
||||
|
||||
if (r->in.unjoin_flags & WKSSVC_JOIN_FLAGS_JOIN_TYPE) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user