int nofork = 0;
/* args */
- char opt;
+ int opt;
char bind[128];
char *port = NULL;
port = optarg;
}
+#ifdef HAVE_TLS
if( opt == 's' )
{
if( !conf.tls )
tls = 1;
}
+#endif
/* bind sockets */
bound += uh_socket_bind(
This page took 0.038139 seconds and 4 git commands to generate.