Author: abartlet Date: 2006-01-13 02:01:15 +0000 (Fri, 13 Jan 2006) New Revision: 12883
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12883 Log: Fix the build... Andrew Bartlett Modified: branches/SAMBA_4_0/source/libnet/libnet_join.c Changeset: Modified: branches/SAMBA_4_0/source/libnet/libnet_join.c =================================================================== --- branches/SAMBA_4_0/source/libnet/libnet_join.c 2006-01-13 00:55:30 UTC (rev 12882) +++ branches/SAMBA_4_0/source/libnet/libnet_join.c 2006-01-13 02:01:15 UTC (rev 12883) @@ -1158,7 +1158,7 @@ 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 @@ r->in.secure_channel_type, r->in.domain_name); return NT_STATUS_INVALID_PARAMETER; } - -
