summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/iapp.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-04-13 18:25:29 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-04-13 18:25:29 +0000
commite8313c062e552ad61ef957096a489456cfa1395e (patch)
tree8490116250889330892a56d9342cd98e0b803be9 /usr.sbin/hostapd/iapp.c
parentfbd9185cd25b95eabb882ad60bd5546ac6bfc50d (diff)
KNF
Diffstat (limited to 'usr.sbin/hostapd/iapp.c')
-rw-r--r--usr.sbin/hostapd/iapp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/iapp.c b/usr.sbin/hostapd/iapp.c
index 60c64c1b438..f902fdc3498 100644
--- a/usr.sbin/hostapd/iapp.c
+++ b/usr.sbin/hostapd/iapp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iapp.c,v 1.1 2005/04/13 18:12:23 reyk Exp $ */
+/* $OpenBSD: iapp.c,v 1.2 2005/04/13 18:25:28 henning Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net>
@@ -45,7 +45,7 @@ hostapd_iapp_init(struct hostapd_config *cfg)
{
if ((cfg->c_flags & HOSTAPD_CFG_F_APME) == 0)
return;
-
+
/* Get Host AP's BSSID */
hostapd_priv_apme_bssid(cfg);