Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Apr 19, 2024
1 parent a6abb29 commit 1e7757c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ static int start_daemon() {

INIT_LIST_HEAD(&instance.enabled_interfaces);

if (list_empty(&instance.enabled_interfaces)) {
log_debug("No interfaces enabled");
}

uloop_init();

instance.ubus_ctx = ubus_connect(NULL);
Expand Down

0 comments on commit 1e7757c

Please sign in to comment.