Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tcp: fix compilation for systemd, fixes #3369
  • Loading branch information
perexg committed Dec 2, 2015
1 parent 0479755 commit b9f687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcp.c
Expand Up @@ -885,7 +885,7 @@ tcp_server_create
} else {
/* no systemd-managed socket found, create a new one */
tvhlog(LOG_INFO, "tcp", "No systemd socket: creating a new one");
ts = tcp_server_create_new(bindaddr, port, ops, opaque);
ts = tcp_server_create_new(subsystem, name, bindaddr, port, ops, opaque);
}

return ts;
Expand Down

0 comments on commit b9f687f

Please sign in to comment.