Back out of always creating network namespace when starting vserver
[util-vserver-pl.git] / python / vserverimpl.c
index 788535a..9d51c58 100644 (file)
@@ -98,7 +98,7 @@ vserver_set_rlimit(PyObject *self, PyObject *args) {
   uint32_t bitmask;
   xid_t xid;
   int resource;
-  PyObject *ret;
+  PyObject *ret = NULL;
 
   limits.min = VC_LIM_KEEP;
   limits.soft = VC_LIM_KEEP;