mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
import: use command line service name
R=rsc http://codereview.appspot.com/220042
This commit is contained in:
parent
8425b514aa
commit
c77d5b8e1c
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ post(char *srv)
|
||||||
fatal("can't create pipe: %r");
|
fatal("can't create pipe: %r");
|
||||||
|
|
||||||
/* 0 will be server end, 1 will be client end */
|
/* 0 will be server end, 1 will be client end */
|
||||||
if(post9pservice(p[1], "plumb", nil) < 0)
|
if(post9pservice(p[1], srv, nil) < 0)
|
||||||
fatal("post9pservice plumb: %r");
|
fatal("post9pservice plumb: %r");
|
||||||
close(p[1]);
|
close(p[1]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue