diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/netlookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |