mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
uci: fix loading of config
This commit is contained in:
parent
b5043ad98e
commit
71536468ff
6 changed files with 38 additions and 23 deletions
|
|
@ -99,8 +99,8 @@ int main(int argc, char **argv) {
|
|||
struct time_config_s time_config = uci_get_time_config();
|
||||
timeout_config = time_config; // TODO: Refactor...
|
||||
|
||||
hostapd_dir_glob = uci_get_dawn_hostapd_dir();
|
||||
sort_string = (char *) uci_get_dawn_sort_order();
|
||||
uci_get_dawn_hostapd_dir();
|
||||
uci_get_dawn_sort_order();
|
||||
|
||||
init_mutex();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue