From: Steve Muir Date: Wed, 9 Nov 2005 21:23:50 +0000 (+0000) Subject: Makes sense to check that this actually compiles X-Git-Tag: after-util-vserver-0_30_208-revert~64 X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=commitdiff_plain;h=2c6cd25d5479da294af8ff5b4674cab739e87467 Makes sense to check that this actually compiles --- diff --git a/python/vserverimpl.c b/python/vserverimpl.c index 2366c5e..9048e24 100644 --- a/python/vserverimpl.c +++ b/python/vserverimpl.c @@ -216,8 +216,9 @@ vserver_set_dlimit(PyObject *self, PyObject *args) static PyObject * vserver_unset_dlimit(PyObject *self, PyObject *args) { - unsigned xid; - struct vcmd_ctx_dlimit_base_v0 init; + char *path; + unsigned xid; + struct vcmd_ctx_dlimit_base_v0 init; if (!PyArg_ParseTuple(args, "si", &path, &xid)) return NULL;