swanctl: Properly initialize return value of --install command

This commit is contained in:
Martin Willi
2014-05-16 15:42:07 +02:00
parent f5bbbd480c
commit 78db68cecf
+1 -1
View File
@@ -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)
{