unbreak DEBUG builds

This commit is contained in:
Joris Vink 2019-10-04 19:24:57 +02:00
parent 97523e2768
commit 7209a67d47
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ kore_server_bind(struct kore_server *srv, const char *ip, const char *port,
struct listener *l;
struct addrinfo hints, *results;
kore_debug("kore_server_bind(%s, %s, %s)", l->name, ip, port);
kore_debug("kore_server_bind(%s, %s, %s)", srv->name, ip, port);
memset(&hints, 0, sizeof(hints));
hints.ai_family = AF_UNSPEC;