summaryrefslogtreecommitdiff
path: root/source4/param/generic.c
diff options
context:
space:
mode:
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);
}