* flip sequence, C99 Baby!
authorWilfried Göesgens <willi@citadel.org>
Thu, 14 Jan 2010 20:37:44 +0000 (20:37 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 14 Jan 2010 20:37:44 +0000 (20:37 +0000)
webcit/setup.c

index 12a50dda4aef03592bc6489c7e044ffa9a24b46c..c2d83a4400a36853d9e9e71f1f601471f64958a7 100644 (file)
@@ -671,9 +671,10 @@ int main(int argc, char *argv[])
        int a;
        char aaa[256];
        int info_only = 0;
-       strcpy(suggested_url, "http://<your_host_name>:<port>/");
        int rv;
 
+       strcpy(suggested_url, "http://<your_host_name>:<port>/");
+
        /* set an invalid setup type */
        setup_type = (-1);