X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=python%2Fvserverimpl.c;fp=python%2Fvserverimpl.c;h=9d51c586160df3a08804f20140f89d969d94b422;hb=61f3ec29fd733b9add1a2cb562db75058cfe9e27;hp=788535a3244e79e71f047d6e5c12cd71568521ca;hpb=12dd7dcb8f8d80a39d6d5c4a8a2569f8f9db8ee1;p=util-vserver-pl.git diff --git a/python/vserverimpl.c b/python/vserverimpl.c index 788535a..9d51c58 100644 --- a/python/vserverimpl.c +++ b/python/vserverimpl.c @@ -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;