svn commit: r195155 - projects/mesh11s/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Mon Jun 29 10:59:36 UTC 2009


Author: rpaulo
Date: Mon Jun 29 10:59:36 2009
New Revision: 195155
URL: http://svn.freebsd.org/changeset/base/195155

Log:
  fix build

Modified:
  projects/mesh11s/sys/net80211/ieee80211_mesh.c

Modified: projects/mesh11s/sys/net80211/ieee80211_mesh.c
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_mesh.c	Mon Jun 29 10:58:32 2009	(r195154)
+++ projects/mesh11s/sys/net80211/ieee80211_mesh.c	Mon Jun 29 10:59:36 2009	(r195155)
@@ -458,7 +458,7 @@ mesh_input(struct ieee80211_node *ni, st
 		IEEE80211_DISCARD(vap, IEEE80211_MSG_ACL,
 		    wh, NULL, "%s", "disallowed by ACL");
 		vap->iv_stats.is_rx_acl++;
-		return;
+		goto out;
 	}
 #endif
 	switch (type) {


More information about the svn-src-projects mailing list