From: Jouni Malinen Date: Sun, 29 Jan 2017 16:44:36 +0000 (+0200) Subject: FST: Remove a bogus WPA_ASSERT() X-Git-Tag: hostap_2_7~1709 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17e20b1e2b134c57da158b772765a92348d24067;p=thirdparty%2Fhostap.git FST: Remove a bogus WPA_ASSERT() own_addr is not defined here, so no idea what this WPA_ASSERT() was trying to check. Signed-off-by: Jouni Malinen --- diff --git a/src/fst/fst_session.c b/src/fst/fst_session.c index 76e2c78f4..a02a93e76 100644 --- a/src/fst/fst_session.c +++ b/src/fst/fst_session.c @@ -756,8 +756,6 @@ struct fst_session * fst_session_create(struct fst_group *g) struct fst_session *s; u32 id; - WPA_ASSERT(!is_zero_ether_addr(own_addr)); - id = fst_find_free_session_id(); if (id == FST_INVALID_SESSION_ID) { fst_printf(MSG_ERROR, "Cannot assign new session ID");