diff options
Diffstat (limited to 'src/python-systemd/_journal.c')
-rw-r--r-- | src/python-systemd/_journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python-systemd/_journal.c b/src/python-systemd/_journal.c index ced52b2f52..2de0d4f91d 100644 --- a/src/python-systemd/_journal.c +++ b/src/python-systemd/_journal.c @@ -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 }; |