Revert chunk that snuck in last commit.

This commit is contained in:
Joris Vink 2019-12-13 20:30:13 +01:00
parent 243cd4e6a0
commit 14095a7702
1 changed files with 0 additions and 2 deletions

View File

@ -585,8 +585,6 @@ kore_listener_init(struct listener *l, int family, const char *ccb)
fatal("unknown address family %d", family);
}
l->host = NULL;
l->port = NULL;
l->family = family;
if ((l->fd = socket(family, SOCK_STREAM, 0)) == -1) {