Remove unnecessary wpa_s == NULL validation
authorJouni Malinen <j@w1.fi>
Sun, 16 Oct 2011 10:16:21 +0000 (13:16 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 16 Oct 2011 10:16:21 +0000 (13:16 +0300)
commit86c6626c5bf0c52dc8bc9ced07fda1a02fde36ba
tree48c86654f761834c2834949337e48f90d32f9854
parent619e6726baab7cfd505a971981383ef1013713a2
Remove unnecessary wpa_s == NULL validation

wpa_s cannot be NULL here (it is already dereferenced above and
all the callers pass a valid pointer anyway).
wpa_supplicant/dbus/dbus_new.c