summaryrefslogtreecommitdiff
path: root/source3/libnet
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-12 02:24:55 +0100
committerGünther Deschner <gd@samba.org>2008-01-12 02:26:08 +0100
commit45db92cc72eb2472425c17e72ff9254d35d8047c (patch)
tree0c0613cccf22ed0cc92498ee0371b95db01f5c8c /source3/libnet
parentafb163efb76da39aa24f2c71be44ac50419dd27d (diff)
downloadsamba-45db92cc72eb2472425c17e72ff9254d35d8047c.tar.gz
samba-45db92cc72eb2472425c17e72ff9254d35d8047c.tar.bz2
samba-45db92cc72eb2472425c17e72ff9254d35d8047c.zip
Fix some indents.
Guenther (This used to be commit 57368f883fb217b4196858bb2255c0eea59a8917)
Diffstat (limited to 'source3/libnet')
-rw-r--r--source3/libnet/libnet_join.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c
index 6ec89de15c..9b62286ecb 100644
--- a/source3/libnet/libnet_join.c
+++ b/source3/libnet/libnet_join.c
@@ -671,7 +671,8 @@ static NTSTATUS libnet_join_joindomain_rpc(TALLOC_CTX *mem_ctx,
0xe005000b, &user_pol,
&user_rid);
if (NT_STATUS_EQUAL(status, NT_STATUS_USER_EXISTS)) {
- if (!(r->in.join_flags & WKSSVC_JOIN_FLAGS_DOMAIN_JOIN_IF_JOINED)) {
+ if (!(r->in.join_flags &
+ WKSSVC_JOIN_FLAGS_DOMAIN_JOIN_IF_JOINED)) {
goto done;
}
}
@@ -908,7 +909,7 @@ static WERROR do_join_modify_vals_config(struct libnet_JoinCtx *r)
W_ERROR_NOT_OK_RETURN(werr);
werr = libnet_conf_set_global_parameter("realm",
- r->out.dns_domain_name);
+ r->out.dns_domain_name);
W_ERROR_NOT_OK_RETURN(werr);
}