mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Fix null qr values
ssid and password null in qr when restarting
This commit is contained in:
parent
f12203befa
commit
d083bbdecf
@ -460,7 +460,9 @@ void init_ui_from_config(){
|
|||||||
|
|
||||||
if(read_config_file()==READ_CONFIG_FILE_SUCCESS){
|
if(read_config_file()==READ_CONFIG_FILE_SUCCESS){
|
||||||
|
|
||||||
ConfigValues *values=getConfigValues();
|
configValues=*getConfigValues();
|
||||||
|
|
||||||
|
ConfigValues *values=&configValues;
|
||||||
|
|
||||||
//TODO do properly
|
//TODO do properly
|
||||||
configValues.accepted_mac_file=values->accepted_mac_file;
|
configValues.accepted_mac_file=values->accepted_mac_file;
|
||||||
|
Loading…
Reference in New Issue
Block a user