Merge pull request #446 from oliverschmidt/master
Show current IP config on startup.
This commit is contained in:
commit
79f97981fb
|
@ -197,6 +197,8 @@ PROCESS_THREAD(ipconfig_process, ev, data)
|
|||
|
||||
CTK_WIDGET_FOCUS(&window, &requestbutton);
|
||||
|
||||
makestrings();
|
||||
|
||||
ctk_window_open(&window);
|
||||
|
||||
/* Allow resolver to set DNS server address. */
|
||||
|
|
Loading…
Reference in a new issue