summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-05-08 08:12:57 +0000
committerVolker Lendecke <vlendec@samba.org>2003-05-08 08:12:57 +0000
commit7f0740b7c044ebc2c0720c2eb28d4a748cb86875 (patch)
treeee560d32a7a22d7dcb01c31b9155107088c5e403 /source3/libsmb
parentd1da999e0a84939e372ebe590861376e2c0075b3 (diff)
downloadsamba-7f0740b7c044ebc2c0720c2eb28d4a748cb86875.tar.gz
samba-7f0740b7c044ebc2c0720c2eb28d4a748cb86875.tar.bz2
samba-7f0740b7c044ebc2c0720c2eb28d4a748cb86875.zip
Revert a patch that somehow slipped in...
Volker (This used to be commit 6cde3d4d655bbe1d81e68ec2ec7a23669ac82120)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/namequery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c
index 2c5a92ff10..18ce5e4bd9 100644
--- a/source3/libsmb/namequery.c
+++ b/source3/libsmb/namequery.c
@@ -704,8 +704,8 @@ success:
Resolve via "lmhosts" method.
*********************************************************/
-BOOL resolve_lmhosts(const char *name, int name_type,
- struct in_addr **return_iplist, int *return_count)
+static BOOL resolve_lmhosts(const char *name, int name_type,
+ struct in_addr **return_iplist, int *return_count)
{
/*
* "lmhosts" means parse the local lmhosts file.