From 6ddcd8a3bcef32694d9d753ff91cced71f5ca3a8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 25 Sep 2001 20:21:21 +0000 Subject: Fixup passdb stuff to add new nisplus and ldap backends. Jeremy. (This used to be commit 611bf806d569b70edabbc04a2f5408142370a550) --- source3/web/swat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/web/swat.c') diff --git a/source3/web/swat.c b/source3/web/swat.c index 664780995e..a6286dc93b 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -196,7 +196,6 @@ static void show_parameter(int snum, struct parm_struct *parm) { int i; void *ptr = parm->ptr; - char* str; if (parm->class == P_LOCAL && snum >= 0) { ptr = lp_local_ptr(snum, ptr); -- cgit