summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-07-22 17:50:31 +0000
committerderaadt <deraadt@openbsd.org>1997-07-22 17:50:31 +0000
commit1f83c55ef5bc51c29488bf5e4c528c7377c2156c (patch)
tree8cd0124cf7511fe8a449b2b01bf3be304d1620b0
parentnow that ipmon daemon(3)s, remove ampersand (diff)
downloadwireguard-openbsd-1f83c55ef5bc51c29488bf5e4c528c7377c2156c.tar.xz
wireguard-openbsd-1f83c55ef5bc51c29488bf5e4c528c7377c2156c.zip
setproctitle less
-rw-r--r--libexec/ftpd/ftpcmd.y3
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;