]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Remove redundant variable initialization
authorBaruch Siach <baruch@tkos.co.il>
Sat, 16 Jun 2012 17:26:51 +0000 (20:26 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 16 Jun 2012 17:26:51 +0000 (20:26 +0300)
commit4929898dabf9d03b22ef3e64c1cfb5e2ab447806
tree54e73f6865510b89dcc97e0b81373aa4b37afceb
parentf33bc035824a39017a25bedd7017a3ddf6bec866
hostapd: Remove redundant variable initialization

The 'errors' variable is initialized later anyway.

Signed-hostap: Baruch Siach <baruch@tkos.co.il>
hostapd/config_file.c