diff options
author | Steven Barth <steven@midlink.org> | 2013-04-03 20:03:15 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-04-03 20:03:15 +0200 |
commit | 48ffedb4a2b6701eec99e32e91b8a66a0a4be950 (patch) | |
tree | 1b6bbf54657783f07cc346c1bb912dd64938fba4 /proto-static.c | |
parent | 059242dea7a7c1e51314cf41ad27aac853a385f3 (diff) |
Rewrite IPv6 prefix assignment
Diffstat (limited to 'proto-static.c')
-rw-r--r-- | proto-static.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto-static.c b/proto-static.c index 833b6b8..77a536a 100644 --- a/proto-static.c +++ b/proto-static.c @@ -54,6 +54,7 @@ static_handler(struct interface_proto_state *proto, case PROTO_CMD_TEARDOWN: break; } + return ret; } |