From: Wilfried Göesgens Date: Thu, 14 Jan 2010 20:37:44 +0000 (+0000) Subject: * flip sequence, C99 Baby! X-Git-Tag: v7.86~505 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=48356c90a15bc13ca5c3fc3b05c501cbb9e24525;p=citadel.git * flip sequence, C99 Baby! --- diff --git a/webcit/setup.c b/webcit/setup.c index 12a50dda4..c2d83a440 100644 --- a/webcit/setup.c +++ b/webcit/setup.c @@ -671,9 +671,10 @@ int main(int argc, char *argv[]) int a; char aaa[256]; int info_only = 0; - strcpy(suggested_url, "http://:/"); int rv; + strcpy(suggested_url, "http://:/"); + /* set an invalid setup type */ setup_type = (-1);