diff options
author | 1997-07-22 17:50:31 +0000 | |
---|---|---|
committer | 1997-07-22 17:50:31 +0000 | |
commit | 1f83c55ef5bc51c29488bf5e4c528c7377c2156c (patch) | |
tree | 8cd0124cf7511fe8a449b2b01bf3be304d1620b0 | |
parent | now that ipmon daemon(3)s, remove ampersand (diff) | |
download | wireguard-openbsd-1f83c55ef5bc51c29488bf5e4c528c7377c2156c.tar.xz wireguard-openbsd-1f83c55ef5bc51c29488bf5e4c528c7377c2156c.zip |
setproctitle less
-rw-r--r-- | libexec/ftpd/ftpcmd.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 3dfc7578066..547c60d15b0 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -985,8 +985,7 @@ yylex() setproctitle("%s: %s", proctitle, cbuf); *cp = c; } - } else - setproctitle("%s: %s", proctitle, cbuf); + } #endif /* HASSETPROCTITLE */ if ((cp = strpbrk(cbuf, " \n"))) cpos = cp - cbuf; |