diff options
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; } |