From 032ce80372d31b595c95281aa582fdc1e62d2821 Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Tue, 1 Dec 2020 00:06:20 +0100 Subject: use get_progname() to fix proctitle --- usr.sbin/smtpd/smtpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-59-g8ed1b