Remove unnecessary extra tracking of eloop registration
authorJouni Malinen <j@w1.fi>
Sat, 28 Dec 2013 15:00:08 +0000 (17:00 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Dec 2013 08:00:32 +0000 (10:00 +0200)
commitc89d9dba9c407e4f17b096af63f692a994257b36
tree9d3929db4456c514fff33b9e176529f287e4935a
parentc86bf160a7f47998b39aace6bdaf2a0d35909f11
Remove unnecessary extra tracking of eloop registration

It is fine to try to cancel a registration that does not exist, so there
is no need to have the duplicated checks for eloop timeout and socket
registration.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/wps/httpread.c