summaryrefslogtreecommitdiff
path: root/source3/web/swat.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/web/swat.c')
-rw-r--r--source3/web/swat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 7be46790db..955cbb0748 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -27,7 +27,6 @@
**/
#include "includes.h"
-#include "../web/swat_proto.h"
#define GLOBALS_SNUM -1
@@ -330,7 +329,7 @@ static void show_parameters(int snum, int allparameters, int advanced, int print
break;
case P_LIST:
- if (!str_list_compare(*(char ***)ptr, (char **)(parm->def.lvalue))) continue;
+ if (!lp_list_compare(*(char ***)ptr, (char **)(parm->def.lvalue))) continue;
break;
case P_STRING: