aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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