bugfix: kqueue api

This commit is contained in:
Cloud
2013-09-10 21:44:32 +08:00
parent fd67d2f968
commit a15b93cbcf
2 changed files with 27 additions and 11 deletions

View File

@@ -211,6 +211,7 @@ harbor_create(void) {
h->remote_addr[i] = NULL;
}
h->map = _hash_new();
h->starting_msg = NULL;
return h;
}