From 8f0a07617656512ca31a029814d04fc254ca9d33 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 20 Sep 2011 15:02:25 -0400 Subject: [PATCH] Changed the naming convention of the setup wizard filename --- webcit/auth.c | 14 ++++---------- webcit/webserver.c | 14 ++++++-------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/webcit/auth.c b/webcit/auth.c index 6c71b9aeb..76fb13dc1 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -433,16 +433,10 @@ void do_welcome(void) if (!setup_wizard) { int len; sprintf(wizard_filename, "setupwiz.%s.%s", - ctdlhost, ctdlport); - len = strlen(wizard_filename); - for (i=0; i