summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2012-09-17 08:32:00 +0000
committereric <eric@openbsd.org>2012-09-17 08:32:00 +0000
commit003980dbac1bc3966fbef25a86cdba34ae9ef81a (patch)
treebe9ab55edca48c99c9cfeb4d847a20e84f69baba
parentrevert previous and unlink aliases.5 and forward.5 from the build: these (diff)
downloadwireguard-openbsd-003980dbac1bc3966fbef25a86cdba34ae9ef81a.tar.xz
wireguard-openbsd-003980dbac1bc3966fbef25a86cdba34ae9ef81a.zip
fix pasto
prompted by gilles@
-rw-r--r--usr.sbin/smtpd/smtp.c4
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;