diff options
Diffstat (limited to 'proto-static.c')
-rw-r--r-- | proto-static.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proto-static.c b/proto-static.c index 3868ab7..3734f09 100644 --- a/proto-static.c +++ b/proto-static.c @@ -205,10 +205,10 @@ static_handler(struct interface_proto_state *proto, switch (cmd) { case PROTO_CMD_SETUP: - if (static_proto_setup(state)) - break; + if (!static_proto_setup(state)) + return -1; - /* fall through */ + break; case PROTO_CMD_TEARDOWN: break; } |