diff options
-rw-r--r-- | src/swanctl/commands/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/swanctl/commands/install.c b/src/swanctl/commands/install.c index a0cef58d8..594d2ffe3 100644 --- a/src/swanctl/commands/install.c +++ b/src/swanctl/commands/install.c @@ -23,7 +23,7 @@ static int manage_policy(vici_conn_t *conn, char *label) vici_res_t *res; bool raw = FALSE; char *arg, *child = NULL; - int ret; + int ret = 0; while (TRUE) { |