* Rewrote webcit_tcp_server() to work with both IPv4 and IPv6 on host systems with...
[citadel.git] / webcit / webserver.c
index 443622ee4c92ed47ab94329a327773cac79e7594..cfc1cb083b65ebe621c5c40fac768d35be3e4c36 100644 (file)
@@ -79,7 +79,7 @@ int main(int argc, char **argv)
        pthread_attr_t attr;            /* Thread attributes */
        int a;                          /* General-purpose variable */
        char tracefile[PATH_MAX];
-       char ip_addr[256]="0.0.0.0";
+       char ip_addr[256]="*";
        int relh=0;
        int home=0;
        int home_specified=0;