upas/fs: accomodate new post9pservice
This commit is contained in:
parent
24726c810b
commit
518f0a1d31
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ threadmain(int argc, char *argv[])
|
|||
if(srvpost){
|
||||
sprint(srvfile, "/srv/upasfs.%s", user);
|
||||
/* post(srvfile, "upasfs", p[1]); jpc */
|
||||
post9pservice(p[1], "upasfs"); /* jpc */
|
||||
post9pservice(p[1], "upasfs", nil); /* jpc */
|
||||
} else {
|
||||
error("tried to mount, fixme"); /* jpc */
|
||||
/* if(mount(p[1], -1, mntpt, MREPL, "") < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue