fix;
This commit is contained in:
parent
62287773c9
commit
c4d53c6f22
@ -182,7 +182,6 @@ int main(int argc, char **argv)
|
|||||||
// memset(&sigpipe, 0, sizeof(struct sigaction));
|
// memset(&sigpipe, 0, sizeof(struct sigaction));
|
||||||
// sigpipe.sa_handler = sigpipe_handler;
|
// sigpipe.sa_handler = sigpipe_handler;
|
||||||
// sigaction(SIGPIPE, &sigpipe, NULL);
|
// sigaction(SIGPIPE, &sigpipe, NULL);
|
||||||
|
|
||||||
char *rootca = NULL, *cert = NULL;
|
char *rootca = NULL, *cert = NULL;
|
||||||
conn_sys_t *ssys = connections_create();
|
conn_sys_t *ssys = connections_create();
|
||||||
int port = DEFAULT_PORT;
|
int port = DEFAULT_PORT;
|
||||||
@ -216,6 +215,7 @@ int main(int argc, char **argv)
|
|||||||
return EINVAL;
|
return EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sntllv2_init();
|
||||||
/* all is fine let's init connection subsystem */
|
/* all is fine let's init connection subsystem */
|
||||||
if(!ssys) {
|
if(!ssys) {
|
||||||
fprintf(stderr, "Subsystem init failed: %d\n", opt);
|
fprintf(stderr, "Subsystem init failed: %d\n", opt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user