summaryrefslogtreecommitdiff
path: root/source/web
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-06-14 16:02:59 +0000
committerSimo Sorce <idra@samba.org>2002-06-14 16:02:59 +0000
commit4ae260adb9505384fcccfb4c9929cb60a45f2e84 (patch)
treed6d25451f627b6516db40dc7f07cb5b331c92702 /source/web
parenta2c791c0bbce1d505e5ef2150384ad5d54ae7117 (diff)
downloadsamba-4ae260adb9505384fcccfb4c9929cb60a45f2e84.tar.gz
moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c
and renamed to str_list_* as it is a better name. Elrond should be satisfied now :)
Diffstat (limited to 'source/web')
-rw-r--r--source/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index 955cbb0748b..ad91033f4cb 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -329,7 +329,7 @@ static void show_parameters(int snum, int allparameters, int advanced, int print
break;
case P_LIST:
- if (!lp_list_compare(*(char ***)ptr, (char **)(parm->def.lvalue))) continue;
+ if (!str_list_compare(*(char ***)ptr, (char **)(parm->def.lvalue))) continue;
break;
case P_STRING: