summaryrefslogtreecommitdiffstats
path: root/libmount
diff options
context:
space:
mode:
authorKarel Zak2017-06-12 15:39:59 +0200
committerKarel Zak2017-06-12 15:39:59 +0200
commit26cd36a6361977c362886595e1dc37e163966ead (patch)
tree79b2ed8055fd147e7cebacf79f5f6e3a1eb21da6 /libmount
parentlibsmartcols: add scols_table_{set,get}_termheight() (diff)
parentpylibmount: NULL terminate kwlist in Context_init (diff)
downloadkernel-qcow2-util-linux-26cd36a6361977c362886595e1dc37e163966ead.tar.gz
kernel-qcow2-util-linux-26cd36a6361977c362886595e1dc37e163966ead.tar.xz
kernel-qcow2-util-linux-26cd36a6361977c362886595e1dc37e163966ead.zip
Merge branch 'pylibmount-NULL-terminate-kwlist-in-Context_init' of https://github.com/zmedico/util-linux
* 'pylibmount-NULL-terminate-kwlist-in-Context_init' of https://github.com/zmedico/util-linux: pylibmount: NULL terminate kwlist in Context_init
Diffstat (limited to 'libmount')
-rw-r--r--libmount/python/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/python/context.c b/libmount/python/context.c
index 6d82e1432..982414d01 100644
--- a/libmount/python/context.c
+++ b/libmount/python/context.c
@@ -90,7 +90,7 @@ static int Context_init(ContextObjext *self, PyObject *args, PyObject *kwds)
"source", "target", "fstype",
"options", "mflags", "fstype_pattern",
"options_pattern", "fs", "fstab",
- "optsmode"
+ "optsmode", NULL
};
if (!PyArg_ParseTupleAndKeywords(