add missing pod->remains++

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
Lai Jiangshan
2016-07-20 12:24:48 +08:00
parent 4a63bceb67
commit 87b1a5c29a
+1
View File
@@ -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;
}