mirror of https://github.com/0intro/wmii
Zero srv in case it isn't (this shouldn't happen)
This commit is contained in:
parent
643a3f14f6
commit
fc014f101c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue