mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
aux/listen: remove namespace from procsetname.
This is typically nil, so a bit of an eyesore in pstree. Not as important as the other entries for differentiating either.
This commit is contained in:
parent
61f028fdac
commit
1454ec6425
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ listendir(char *srvdir, int trusted)
|
|||
return;
|
||||
}
|
||||
|
||||
procsetname("%s %s %s %s", protodir, addr, srvdir, namespace);
|
||||
procsetname("%s %s %s", protodir, addr, srvdir);
|
||||
if (!trusted)
|
||||
becomenone();
|
||||
|
||||
|
|
Loading…
Reference in a new issue