summaryrefslogtreecommitdiff
path: root/source4/param/generic.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-24 17:53:38 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-24 17:53:38 +0200
commit0218669d627e2e2f20d8294cff5bb7803b539a7a (patch)
tree5d533861e59995121c9641a5da633ed1bec01a45 /source4/param/generic.c
parenta665f5f5a177f1074a4b488b35fcd82f74766f75 (diff)
downloadsamba-0218669d627e2e2f20d8294cff5bb7803b539a7a.tar.gz
samba-0218669d627e2e2f20d8294cff5bb7803b539a7a.tar.bz2
samba-0218669d627e2e2f20d8294cff5bb7803b539a7a.zip
Remove include/local.h and move defines to more appropriate places.
Diffstat (limited to 'source4/param/generic.c')
-rw-r--r--source4/param/generic.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/param/generic.c b/source4/param/generic.c
index ed3045605d..292b91690f 100644
--- a/source4/param/generic.c
+++ b/source4/param/generic.c
@@ -127,9 +127,6 @@ const char **param_get_string_list(struct param_context *ctx, const char *param,
if (p == NULL)
return NULL;
- if (separator == NULL)
- separator = LIST_SEP;
-
return (const char **)str_list_make(ctx, p->value, separator);
}