Fix wpa_config_read() with existing config block
authorJouni Malinen <j@w1.fi>
Sat, 26 Apr 2014 08:39:48 +0000 (11:39 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 28 Apr 2014 13:54:09 +0000 (16:54 +0300)
commitb89962b4b94a381bf29e5763c42c8a52812d6a25
tree81b81cc3aa0e969088d45dcf36bc6503897faefd
parent27b418715f1ca1c82690e03702247b408f55e6cc
Fix wpa_config_read() with existing config block

If two config files are merged together, the ssid and cred blocks may
not have been processed correctly since the tail pointers were not
updated to the last entry from the first configuration file.

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