summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjacekm <jacekm@openbsd.org>2008-12-22 13:35:58 +0000
committerjacekm <jacekm@openbsd.org>2008-12-22 13:35:58 +0000
commit11ca40621e8872ea56be4754dd264abf74a9786b (patch)
tree2323c35c808467f2ec0a7d3001f70b96632ac022
parentFix some logic in the isight specific stream header decode function (diff)
downloadwireguard-openbsd-11ca40621e8872ea56be4754dd264abf74a9786b.tar.xz
wireguard-openbsd-11ca40621e8872ea56be4754dd264abf74a9786b.zip
typo
-rw-r--r--usr.sbin/smtpd/lka.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/lka.c b/usr.sbin/smtpd/lka.c
index ee7d594885a..cf29fd02c24 100644
--- a/usr.sbin/smtpd/lka.c
+++ b/usr.sbin/smtpd/lka.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lka.c,v 1.10 2008/12/22 13:14:30 jacekm Exp $ */
+/* $OpenBSD: lka.c,v 1.11 2008/12/22 13:35:58 jacekm Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -253,7 +253,7 @@ lka_dispatch_smtp(int sig, short event, void *p)
s = imsg.data;
sa = (struct sockaddr *)&s->s_ss;
if (getnameinfo(sa, sa->sa_len, addr, sizeof(addr),
- NULL, 0, NI_NAMEREQD));
+ NULL, 0, NI_NAMEREQD))
break;
memset(&hints, 0, sizeof(hints));