summaryrefslogtreecommitdiff
path: root/proto-static.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-04-03 20:03:15 +0200
committerSteven Barth <steven@midlink.org>2013-04-03 20:03:15 +0200
commit48ffedb4a2b6701eec99e32e91b8a66a0a4be950 (patch)
tree1b6bbf54657783f07cc346c1bb912dd64938fba4 /proto-static.c
parent059242dea7a7c1e51314cf41ad27aac853a385f3 (diff)
downloadnetifd-48ffedb4a2b6701eec99e32e91b8a66a0a4be950.tar.gz
Rewrite IPv6 prefix assignment
Diffstat (limited to 'proto-static.c')
-rw-r--r--proto-static.c1
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;
}