tmake sure to set p9unix - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit fc11cb4bbba44a375852ff7652ec740819b5cca9
parent 78378021c859b15a94fa21c75ab380d08a3594fb
Author: rsc 
Date:   Sat,  7 May 2005 22:36:07 +0000

make sure to set p9unix

Diffstat:
  M src/lib9/_p9dialparse.c             |       1 +

1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/src/lib9/_p9dialparse.c b/src/lib9/_p9dialparse.c
t@@ -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");