svn commit: samba r17261 - in branches/SAMBA_3_0_23/source/utils: .
jerry at samba.org
jerry at samba.org
Wed Jul 26 16:48:11 GMT 2006
Author: jerry
Date: 2006-07-26 16:48:11 +0000 (Wed, 26 Jul 2006)
New Revision: 17261
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17261
Log:
remove extra ;
Modified:
branches/SAMBA_3_0_23/source/utils/netlookup.c
Changeset:
Modified: branches/SAMBA_3_0_23/source/utils/netlookup.c
===================================================================
--- branches/SAMBA_3_0_23/source/utils/netlookup.c 2006-07-26 16:47:58 UTC (rev 17260)
+++ branches/SAMBA_3_0_23/source/utils/netlookup.c 2006-07-26 16:48:11 UTC (rev 17261)
@@ -57,7 +57,7 @@
static struct con_struct *create_cs(TALLOC_CTX *ctx, NTSTATUS *perr)
{
NTSTATUS nt_status;
- struct in_addr loopback_ip = *interpret_addr2("127.0.0.1");;
+ struct in_addr loopback_ip = *interpret_addr2("127.0.0.1");
*perr = NT_STATUS_OK;
More information about the samba-cvs
mailing list