projects
/
oweals
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd95ed5
)
odhcp6c: Set bound state true before script_call in statefull mode
author
Hans Dedecker
<hans.dedecker@technicolor.com>
Wed, 8 Oct 2014 13:43:21 +0000
(15:43 +0200)
committer
Hans Dedecker
<hans.dedecker@technicolor.com>
Wed, 8 Oct 2014 13:54:39 +0000
(15:54 +0200)
src/odhcp6c.c
patch
|
blob
|
history
diff --git
a/src/odhcp6c.c
b/src/odhcp6c.c
index 7cdf09e47c25b62f1125c5c81efc17e2b97c6847..61ffe9d832b25ae4fbae54f7fd450bdbc4214ba5 100644
(file)
--- 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) {