From 030923028009e5ef9d988f6d65922fac7a7635d5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 14 Mar 1998 04:20:55 +0000 Subject: another fix for running under cgi-bin (This used to be commit 6e2248532a063a83b682c967a65377488810f9eb) --- source3/web/swat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/web/swat.c b/source3/web/swat.c index 987520d2cf..fc33a15a0e 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -88,8 +88,8 @@ static void show_parameter(int snum, struct parm_struct *parm) ptr = lp_local_ptr(snum, ptr); } - printf("? %s", - parm->label, parm->label); + printf("? %s", + cgi_rooturl(), parm->label, parm->label); switch (parm->type) { case P_CHAR: -- cgit