From 2681f88fbc24fc000ca713d769a4fcfd412cce71 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 26 Jul 2006 16:47:58 +0000 Subject: r17260: remove extra ;SAMBA_3_0_23/source/utils/netlookup.c (This used to be commit c152d20e9073eb741047cc4b5f8e8086e2bc9ddd) --- source3/utils/netlookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/netlookup.c b/source3/utils/netlookup.c index 2d105335e8..b9948485b9 100644 --- a/source3/utils/netlookup.c +++ b/source3/utils/netlookup.c @@ -57,7 +57,7 @@ static int cs_destructor(void *p) 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; -- cgit