]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Reject configuration file without interface parameter
authorJouni Malinen <j@w1.fi>
Mon, 29 Apr 2013 10:50:02 +0000 (13:50 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 29 Apr 2013 10:51:42 +0000 (13:51 +0300)
commit61d2ce21af16095f3b4db198b41005841a271a77
tree0cba2f2ccc8b5ed3da9fa1f7d628fc2fbb6644d3
parenta8a7890d7c74fd41f2c4e8d57c1c76d0788f2e4f
hostapd: Reject configuration file without interface parameter

Previously, this was initialized partially, but the interface was
not really started. That could result in eloop_run() returning
immediately and hostapd process getting stopped without any clear
indication of a failure. [Bug 479]

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