misc: more post9pservice callers

This commit is contained in:
Russ Cox 2008-05-07 12:55:48 -04:00
parent 57ce0d667e
commit a2660887c0
3 changed files with 6 additions and 5 deletions

View file

@ -178,7 +178,7 @@ main(int argc, char *argv[])
if(!stdio){
mfd[0] = p[0];
mfd[1] = p[0];
if(post9pservice(p[1], service) < 0)
if(post9pservice(p[1], service, nil) < 0)
sysfatal("post9pservice %s: %r", service);
}