Makes sense to check that this actually compiles
authorSteve Muir <smuir@cs.princeton.edu>
Wed, 9 Nov 2005 21:23:50 +0000 (21:23 +0000)
committerSteve Muir <smuir@cs.princeton.edu>
Wed, 9 Nov 2005 21:23:50 +0000 (21:23 +0000)
python/vserverimpl.c

index 2366c5e..9048e24 100644 (file)
@@ -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;