Remove unnecessary wpa_s->conf checks
authorJouni Malinen <j@w1.fi>
Sat, 26 Oct 2013 10:09:50 +0000 (13:09 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 26 Oct 2013 12:55:52 +0000 (15:55 +0300)
commita2a535f897846fe83b3cab07a329ea11af969031
treeb5a8f5b3792db60d605771644f4aa4d817674bf5
parent331837610106d4497d8964f86d0ee5ec848d7742
Remove unnecessary wpa_s->conf checks

wpa_s->conf cannot be NULL because wpa_supplicant_init_iface() would not
allow wpa_supplicant_add_iface() to return wpa_s instance in such state.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_supplicant.c