]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0 server: Remove redundant NULL check
authorManeesh Jain <maneesh.jain@samsung.com>
Fri, 28 Oct 2016 06:16:27 +0000 (11:46 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 28 Oct 2016 16:08:32 +0000 (19:08 +0300)
commitea06a08f85fa95e75d47acad769cd07c1779f4e6
treeb946f31338fd6e1c97ae621768d4bfb41f2b32e4
parent5f99d96287256d0e981bafe5cb10491be83a0711
HS 2.0 server: Remove redundant NULL check

Both devinfo and devdetail are non-NULL here due to the earlier check
within the same function.

Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
hs20/server/spp_server.c