make sure to set p9unix

This commit is contained in:
rsc 2005-05-07 22:36:07 +00:00
parent 78378021c8
commit fc11cb4bbb

View file

@ -85,6 +85,7 @@ p9dialparse(char *addr, char **pnet, char **punix, u32int *phost, int *pport)
if(strncmp(addr, "/net/", 5) == 0)
addr += 5;
*punix = nil;
net = addr;
if((host = strchr(net, '!')) == nil){
werrstr("malformed address");