diff --git a/src/init.c b/src/init.c index 7f26fae..954f3c9 100644 --- a/src/init.c +++ b/src/init.c @@ -550,6 +550,7 @@ static int hyper_new_container(char *json, int length) //TODO full grace cleanup hyper_cleanup_container(c, pod); } + pod->remains++; return ret; }