aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-12-01 00:21:02 +0100
committerGilles Chehade <gilles@poolp.org>2020-12-01 00:21:02 +0100
commitbcdd8acdf2aba066a5aa21a3ff92a5c229adae08 (patch)
tree9ee56436bf966080cd1de932182dc3b0ad7060ab
parentuse get_progname() to fix proctitle (diff)
downloadOpenSMTPD-bcdd8acdf2aba066a5aa21a3ff92a5c229adae08.tar.xz
OpenSMTPD-bcdd8acdf2aba066a5aa21a3ff92a5c229adae08.zip
Revert "use get_progname() to fix proctitle"
This reverts commit 032ce80372d31b595c95281aa582fdc1e62d2821.
-rw-r--r--usr.sbin/smtpd/smtpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c
index 45e37c33..ad0ebdea 100644
--- a/usr.sbin/smtpd/smtpd.c
+++ b/usr.sbin/smtpd/smtpd.c
@@ -521,7 +521,7 @@ main(int argc, char *argv[])
struct smtpd *conf;
#ifndef HAVE___PROGNAME
- __progname = get_progname(argv[0]);
+ __progname = ssh_get_progname(argv[0]);
#endif
#ifndef HAVE_SETPROCTITLE