Removed debug message
This commit is contained in:
@ -197,7 +197,6 @@ int main(int argc, const char *argv[]) {
|
|||||||
config_unload();
|
config_unload();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
printf("%s %s\n", cert_file, key_file);
|
|
||||||
|
|
||||||
sockets[0] = socket(AF_INET6, SOCK_STREAM, 0);
|
sockets[0] = socket(AF_INET6, SOCK_STREAM, 0);
|
||||||
if (sockets[0] < 0) goto socket_err;
|
if (sockets[0] < 0) goto socket_err;
|
||||||
|
Reference in New Issue
Block a user