]> git.ipfire.org Git - thirdparty/hostap.git/commit
Do not split strings into multiple lines
authorJouni Malinen <j@w1.fi>
Sat, 15 Feb 2020 15:12:45 +0000 (17:12 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 15 Feb 2020 15:12:45 +0000 (17:12 +0200)
commitb27ed050dbe5708cec05393336d62a60dcfb1a65
treeabc048e3a9524abcbbbe94662a5709b88aa3c1d0
parent838180877f365e598539ffe251dc27a8e5f36097
Do not split strings into multiple lines

Convert hostapd_config_read_wpa_psk() to the newer style of not
splitting strings into multiple lines.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ap_config.c