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:
Jacob Moody 2024-10-30 21:45:26 +00:00
parent 61f028fdac
commit 1454ec6425

View file

@ -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();