]> git.ipfire.org Git - thirdparty/hostap.git/commit
DFS: Remove dead assignment
authorJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 21:51:47 +0000 (00:51 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 21:51:47 +0000 (00:51 +0300)
commitc0e46bb7d4aa2c869ddefa8334ef4bcbbf3ab9eb
tree9818ea7a2dad39b8072c94e097cbcb8a6aa35e73
parentf1a36a53a5ea9573c0579e4f03ce28304a71e5d6
DFS: Remove dead assignment

set_dfs_state() return value is not currently checked anywhere, so
remove the dead assignment to avoid static analyzer complaints.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/dfs.c