X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fodhcp6c.c;h=61ffe9d832b25ae4fbae54f7fd450bdbc4214ba5;hp=7cdf09e47c25b62f1125c5c81efc17e2b97c6847;hb=1d1e74031aac9b12ee892b1720a1a3d4f3025d98;hpb=6373af63310f32e1408a81f4e4e069a5f0d3e59e diff --git a/src/odhcp6c.c b/src/odhcp6c.c index 7cdf09e..61ffe9d 100644 --- a/src/odhcp6c.c +++ b/src/odhcp6c.c @@ -336,8 +336,8 @@ int main(_unused int argc, char* const argv[]) break; case DHCPV6_STATEFUL: - script_call("bound"); bound = true; + script_call("bound"); syslog(LOG_NOTICE, "entering stateful-mode on %s", ifname); while (!signal_usr2 && !signal_term) {