diff options
author | Günther Deschner <gd@samba.org> | 2008-01-03 16:41:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-03 18:15:22 +0100 |
commit | be88a6738823e3a19c4e935dd970ab4c078ceaee (patch) | |
tree | b13ad464ea80385c772d54fa77b2c9456945b0d0 | |
parent | f8dacb9860dfcf1b19191ebeb4a1c0279955464f (diff) | |
download | samba-be88a6738823e3a19c4e935dd970ab4c078ceaee.tar.gz samba-be88a6738823e3a19c4e935dd970ab4c078ceaee.tar.bz2 samba-be88a6738823e3a19c4e935dd970ab4c078ceaee.zip |
Minor libnetapi join cosmetic cleanup.
Guenther
(This used to be commit 4deef80bed374af5032c0f3081d2ee3c70be99df)
-rw-r--r-- | source3/lib/netapi/joindomain.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/lib/netapi/joindomain.c b/source3/lib/netapi/joindomain.c index 60f48a7b5e..d200c9b7b0 100644 --- a/source3/lib/netapi/joindomain.c +++ b/source3/lib/netapi/joindomain.c @@ -114,7 +114,7 @@ static WERROR NetJoinDomainRemote(struct libnetapi_ctx *ctx, if (!pipe_cli) { werr = ntstatus_to_werror(status); goto done; - }; + } if (password) { encode_wkssvc_join_password_buffer(ctx, @@ -300,7 +300,7 @@ static WERROR NetUnjoinDomainRemote(struct libnetapi_ctx *ctx, if (!pipe_cli) { werr = ntstatus_to_werror(status); goto done; - }; + } if (password) { encode_wkssvc_join_password_buffer(ctx, @@ -407,7 +407,7 @@ static WERROR NetGetJoinInformationRemote(struct libnetapi_ctx *ctx, if (!pipe_cli) { werr = ntstatus_to_werror(status); goto done; - }; + } status = rpccli_wkssvc_NetrGetJoinInformation(pipe_cli, ctx, server_name, |