diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-13 19:06:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-13 19:06:12 +0000 |
commit | 091c2890a5a926eb94ecb4ff5b8116b11e53e2fb (patch) | |
tree | d3ecaaa5d57898f1ff932c16c30e01c0b55e5d98 /usr.sbin/hostapd/apme.c | |
parent | f44a72b5e24e3adc4f72db2b443fa9942ea7979b (diff) |
spaces
Diffstat (limited to 'usr.sbin/hostapd/apme.c')
-rw-r--r-- | usr.sbin/hostapd/apme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/apme.c b/usr.sbin/hostapd/apme.c index b36da8fd5ed..a2287d0cb53 100644 --- a/usr.sbin/hostapd/apme.c +++ b/usr.sbin/hostapd/apme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apme.c,v 1.2 2005/04/13 18:25:28 henning Exp $ */ +/* $OpenBSD: apme.c,v 1.3 2005/04/13 19:06:11 deraadt Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -102,7 +102,7 @@ hostapd_apme_frame(struct hostapd_config *cfg, u_int8_t *buf, u_int len) IEEE80211_FC0_SUBTYPE_ASSOC_RESP)) return; - /* + /* * ...sent by the Host AP (addr2) to our BSSID (addr3) */ if (bcmp(wh->i_addr2, cfg->c_apme_bssid, IEEE80211_ADDR_LEN) != 0 || |