[Ocfs2-tools-commits] manish commits r585 - trunk/ocfs2console

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jan 25 20:37:23 CST 2005


Author: manish
Date: 2005-01-25 20:37:20 -0600 (Tue, 25 Jan 2005)
New Revision: 585

Modified:
   trunk/ocfs2console/ocfs2module.c
Log:
Oops, NULL terminate kwlist


Modified: trunk/ocfs2console/ocfs2module.c
===================================================================
--- trunk/ocfs2console/ocfs2module.c	2005-01-26 02:22:10 UTC (rev 584)
+++ trunk/ocfs2console/ocfs2module.c	2005-01-26 02:37:20 UTC (rev 585)
@@ -50,7 +50,7 @@
   PyObject          *ret, *val;
   OcfsPartitionInfo *info;
 
-  static gchar *kwlist[] = { "filter", "unmounted" };
+  static gchar *kwlist[] = { "filter", "unmounted", NULL };
 
   if (!PyArg_ParseTupleAndKeywords (args, kwargs,
 				    "|si:partition_list", kwlist,



More information about the Ocfs2-tools-commits mailing list