diff options
author | 2012-09-17 08:32:00 +0000 | |
---|---|---|
committer | 2012-09-17 08:32:00 +0000 | |
commit | 003980dbac1bc3966fbef25a86cdba34ae9ef81a (patch) | |
tree | be9ab55edca48c99c9cfeb4d847a20e84f69baba | |
parent | revert previous and unlink aliases.5 and forward.5 from the build: these (diff) | |
download | wireguard-openbsd-003980dbac1bc3966fbef25a86cdba34ae9ef81a.tar.xz wireguard-openbsd-003980dbac1bc3966fbef25a86cdba34ae9ef81a.zip |
fix pasto
prompted by gilles@
-rw-r--r-- | usr.sbin/smtpd/smtp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtp.c b/usr.sbin/smtpd/smtp.c index 66237b8c2de..b3bd6a48ca6 100644 --- a/usr.sbin/smtpd/smtp.c +++ b/usr.sbin/smtpd/smtp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtp.c,v 1.113 2012/09/16 19:16:23 gilles Exp $ */ +/* $OpenBSD: smtp.c,v 1.114 2012/09/17 08:32:00 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -493,8 +493,6 @@ smtp_accept(int fd, short event, void *p) return; pause: - if (s == NULL) - smtp_pause(); env->sc_flags |= SMTPD_SMTP_DISABLED; return; |