diff options
author | Steven Barth <steven@midlink.org> | 2013-10-15 13:43:45 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-15 13:43:45 +0200 |
commit | ab6cef402c4f5982fddf72a8633d2a463e8d9006 (patch) | |
tree | 786827ae48bba11f2abb05151b008322149a217c /src/odhcpd.c | |
parent | 8cc7121600eab0e28495e48f559d4886ba879c95 (diff) |
Fix ubus reload detection
Diffstat (limited to 'src/odhcpd.c')
-rw-r--r-- | src/odhcpd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/odhcpd.c b/src/odhcpd.c index acedaec..2859907 100644 --- a/src/odhcpd.c +++ b/src/odhcpd.c @@ -83,9 +83,6 @@ int main() if (init_dhcpv4()) return 4; - if (init_ubus()) - return 4; - odhcpd_run(); return 0; } |