diff options
author | Simo Sorce <idra@samba.org> | 2001-06-23 14:13:32 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2001-06-23 14:13:32 +0000 |
commit | d56e091694cd48607c389158951e1278053da111 (patch) | |
tree | 89fdf9beb9fbed08be25ad8f468ae5f1532085ba /source3/lib | |
parent | 37eb0d6c74ce158b1cc268cea446b33789550048 (diff) | |
download | samba-d56e091694cd48607c389158951e1278053da111.tar.gz samba-d56e091694cd48607c389158951e1278053da111.tar.bz2 samba-d56e091694cd48607c389158951e1278053da111.zip |
fix compiler warnings
(This used to be commit 7420e2f7898f1d141ba2af3eda07a67862fee842)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/access.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/access.c b/source3/lib/access.c index e391406d5f..c32b0b7c6c 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 */ |