From 2c6cd25d5479da294af8ff5b4674cab739e87467 Mon Sep 17 00:00:00 2001 From: Steve Muir Date: Wed, 9 Nov 2005 21:23:50 +0000 Subject: [PATCH] Makes sense to check that this actually compiles --- python/vserverimpl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.43.0