diff options
author | Gerald Carter <jerry@samba.org> | 2006-07-26 16:47:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:22 -0500 |
commit | 2681f88fbc24fc000ca713d769a4fcfd412cce71 (patch) | |
tree | 0a0fed7496d28ba99c8a73b6396943d50281274c /source3/utils | |
parent | 20c09b75faff9c231cf0fa0cc96ed58b9e6416bd (diff) | |
download | samba-2681f88fbc24fc000ca713d769a4fcfd412cce71.tar.gz samba-2681f88fbc24fc000ca713d769a4fcfd412cce71.tar.bz2 samba-2681f88fbc24fc000ca713d769a4fcfd412cce71.zip |
r17260: remove extra ;SAMBA_3_0_23/source/utils/netlookup.c
(This used to be commit c152d20e9073eb741047cc4b5f8e8086e2bc9ddd)
Diffstat (limited to 'source3/utils')
-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; |