summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHans Dedecker <hans.dedecker@technicolor.com>2014-10-08 15:43:21 +0200
committerHans Dedecker <hans.dedecker@technicolor.com>2014-10-08 15:54:39 +0200
commit1d1e74031aac9b12ee892b1720a1a3d4f3025d98 (patch)
tree2d553bf4fd1c1a6b4a866852ba0671098f12db65 /src
parentfd95ed5604dbee3972e479c5cf85c2afd52ebdd9 (diff)
downloadodhcp6c-1d1e74031aac9b12ee892b1720a1a3d4f3025d98.tar.gz
odhcp6c: Set bound state true before script_call in statefull mode
Diffstat (limited to 'src')
-rw-r--r--src/odhcp6c.c2
1 files changed, 1 insertions, 1 deletions
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) {