X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpython-systemd%2F_journal.c;h=2de0d4f91d5f5eb37511e08810c2eaf2a717d4d5;hp=ced52b2f5283369fbe366e9a72b89257d5331f52;hb=ab3a162c0194fd92884798488eeafdcc5c4d7d57;hpb=2b01924cda5257531867119e11ee950741af2ff6 diff --git a/src/python-systemd/_journal.c b/src/python-systemd/_journal.c index ced52b2f5..2de0d4f91 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 };