summaryrefslogtreecommitdiffstats
path: root/source3/lib/access.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2001-06-23 14:13:32 +0000
committerSimo Sorce <idra@samba.org>2001-06-23 14:13:32 +0000
commitd56e091694cd48607c389158951e1278053da111 (patch)
tree89fdf9beb9fbed08be25ad8f468ae5f1532085ba /source3/lib/access.c
parent37eb0d6c74ce158b1cc268cea446b33789550048 (diff)
downloadsamba-d56e091694cd48607c389158951e1278053da111.tar.gz
samba-d56e091694cd48607c389158951e1278053da111.tar.xz
samba-d56e091694cd48607c389158951e1278053da111.zip
fix compiler warnings
(This used to be commit 7420e2f7898f1d141ba2af3eda07a67862fee842)
Diffstat (limited to 'source3/lib/access.c')
-rw-r--r--source3/lib/access.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/access.c b/source3/lib/access.c
index e391406d5f9..c32b0b7c6c0 100644
--- a/source3/lib/access.c
+++ b/source3/lib/access.c
@@ -12,9 +12,6 @@
extern int DEBUGLEVEL;
-/* Delimiters for lists of daemons or clients. */
-static char *sep = ", \t";
-
#define FAIL (-1)
/* masked_match - match address against netnumber/netmask */