]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unnecessary parameter validation
authorJouni Malinen <j@w1.fi>
Sat, 22 Mar 2014 14:24:57 +0000 (16:24 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 22 Mar 2014 14:25:28 +0000 (16:25 +0200)
commit1d4fe3bcbcf15311f56b12235609cc153a24ac40
treee09a75a9ef4744339eccfefcc92b1bfc0b1344a9
parent94b84bc7253680a2b201d5c88d36ada91a3e20b4
Remove unnecessary parameter validation

This is dead code since this helper function is always called with
non-NULL pointer.

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