misc: more post9pservice callers
This commit is contained in:
parent
57ce0d667e
commit
a2660887c0
3 changed files with 6 additions and 5 deletions
|
|
@ -141,7 +141,7 @@ post(char *srv)
|
|||
fatal("can't create pipe: %r");
|
||||
|
||||
/* 0 will be server end, 1 will be client end */
|
||||
if(post9pservice(p[1], "plumb") < 0)
|
||||
if(post9pservice(p[1], "plumb", nil) < 0)
|
||||
fatal("post9pservice plumb: %r");
|
||||
close(p[1]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue