X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.c;h=285990760dd89e80e495fe7ab58d3320cbe4add6;hp=acedaec0b13cf26cef5dc72cfd5bf4ed56506ab9;hb=a8fcb336da37c76d202f9dfc59e49a049add6e31;hpb=7117854698ba7c77da5823fc673f44e6db0fee5f 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; }