X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fodhcp6c.c;h=b2c6b9815558f14c54aee130821f859e820588e9;hp=d47e17c158ab1b8d2ffe4026954d8a4e6e934793;hb=9c409ef5ce654ed5dd3ce706317eaac718a22983;hpb=e3e24645a00ff0aea4760265840bde21baeab3f1 diff --git a/src/odhcp6c.c b/src/odhcp6c.c index d47e17c..b2c6b98 100644 --- a/src/odhcp6c.c +++ b/src/odhcp6c.c @@ -375,10 +375,9 @@ bool odhcp6c_signal_process(void) { if (do_signal == SIGIO) { do_signal = 0; - bool ra_rtnled = ra_rtnl_process(); bool ra_updated = ra_process(); - if (ra_rtnled || (ra_updated && (bound || allow_slaac_only == 0))) + if (ra_updated && (bound || allow_slaac_only == 0)) script_call("ra-updated"); // Immediate process urgent events else if (ra_updated && !bound && allow_slaac_only > 0) script_delay_call("ra-updated", allow_slaac_only);