Check for no key_mgmt/proto/auth_alg entries in config writer
authorJouni Malinen <j@w1.fi>
Sun, 29 Jun 2014 21:56:27 +0000 (00:56 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 09:38:48 +0000 (12:38 +0300)
commita1e46f320d32b24b231663eecdb501f80c486f32
tree7ecf7ff56eb7fdc4c14cb3d0fc070da36942a117
parent290ea6a76e5774591765bcf1eba86e56da5cdf00
Check for no key_mgmt/proto/auth_alg entries in config writer

This is not really necessary check, but it keeps a static analyzer
happier by avoiding dead increment. Doing it this way rather than
removing the increment is less likely to cause problems when new entries
are added here in the future (the "dead" increment would be very much
needed in those cases).

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/config.c