PERFORCE change 117711 for review
Sam Leffler
sam at FreeBSD.org
Mon Apr 9 03:55:32 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=117711
Change 117711 by sam at sam_ebb on 2007/04/09 03:55:27
use correct malloc bucket for accounting challenge text
Affected files ...
.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#99 edit
Differences ...
==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#99 (text+ko) ====
@@ -975,7 +975,7 @@
* open auth is attempted.
*/
if (ni->ni_challenge != NULL) {
- FREE(ni->ni_challenge, M_DEVBUF);
+ FREE(ni->ni_challenge, M_80211_NODE);
ni->ni_challenge = NULL;
}
/* XXX hack to workaround calling convention */
More information about the p4-projects
mailing list