aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-12-01 00:06:49 +0100
committerGilles Chehade <gilles@poolp.org>2020-12-01 00:06:49 +0100
commite722593b614fd4bc05f463d26724dc86dae17c31 (patch)
tree7a438a10bcadbf70f2b459bdc2c1aab283382761
parentadd missing method in engine (diff)
parentuse get_progname() to fix proctitle (diff)
downloadOpenSMTPD-e722593b614fd4bc05f463d26724dc86dae17c31.tar.xz
OpenSMTPD-e722593b614fd4bc05f463d26724dc86dae17c31.zip
Merge branch 'master' into openssl-ecdsa
-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 ad0ebdea..45e37c33 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 = ssh_get_progname(argv[0]);
+ __progname = get_progname(argv[0]);
#endif
#ifndef HAVE_SETPROCTITLE