From f2df13958c70d9853cbe7d322716eb323a331b39 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 13 Jan 2006 02:01:15 +0000 Subject: r12883: Fix the build... Andrew Bartlett (This used to be commit 8f7d14048fe29fd2c8b3e3c7aa73b4a854615016) --- source4/libnet/libnet_join.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source4/libnet/libnet_join.c b/source4/libnet/libnet_join.c index 65d264d0f3..f7f2851309 100644 --- a/source4/libnet/libnet_join.c +++ b/source4/libnet/libnet_join.c @@ -1158,7 +1158,7 @@ static NTSTATUS libnet_Join_primary_domain(struct libnet_context *ctx, return NT_STATUS_INVALID_PARAMETER; } - if (r->in.netbios_name != NULL) + if (r->in.netbios_name != NULL) { netbios_name = r->in.netbios_name; } else { netbios_name = talloc_reference(tmp_mem, lp_netbios_name()); @@ -1442,5 +1442,3 @@ NTSTATUS libnet_Join(struct libnet_context *ctx, TALLOC_CTX *mem_ctx, struct lib r->in.secure_channel_type, r->in.domain_name); return NT_STATUS_INVALID_PARAMETER; } - - -- cgit