chiark / gitweb /
nss-myhostname: ensure that glibc's assert is used
[elogind.git] / src / python-systemd / _journal.c
index ced52b2f5283369fbe366e9a72b89257d5331f52..2de0d4f91d5f5eb37511e08810c2eaf2a717d4d5 100644 (file)
@@ -128,7 +128,7 @@ static struct PyModuleDef module = {
         PyModuleDef_HEAD_INIT,
         "_journal", /* name of module */
         NULL, /* module documentation, may be NULL */
-        0, /* size of per-interpreter state of the module */
+        -1, /* size of per-interpreter state of the module */
         methods
 };