Zero srv in case it isn't (this shouldn't happen)

This commit is contained in:
Kris Maglione 2006-06-08 10:46:01 -04:00
parent 643a3f14f6
commit fc014f101c
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ main(int argc, char *argv[])
}
/* IXP server */
memset(&srv, 0, sizeof(srv);
ixp_server_open_conn(&srv, i, new_ixp_conn, ixp_server_close_conn);
root_qid.qid.dir_type = FsDroot;
root_qid.type = IXP_QTDIR;