]> code.citadel.org Git - citadel.git/blobdiff - webcit/setup.c
Remove $Id$ tags from most of webcit
[citadel.git] / webcit / setup.c
index 12a50dda4aef03592bc6489c7e044ffa9a24b46c..8e4e733f0778f5b3a4f796d5f80b830681a07797 100644 (file)
@@ -1,10 +1,7 @@
 /*
- * $Id$
- *
  * WebCit setup utility
  * 
  * (This is basically just an install wizard.  It's not required.)
- *
  */
 
 #include "sysdep.h"
@@ -671,9 +668,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);