diff options
author | msw <devnull@localhost> | 2000-08-24 06:21:08 +0000 |
---|---|---|
committer | msw <devnull@localhost> | 2000-08-24 06:21:08 +0000 |
commit | f463e1253d69b02f60aaa8c31ac3bb9542d037b1 (patch) | |
tree | af094a9f3aec606de156821bb95c531da63a3b57 /python | |
parent | 8433a7c14278535b9ec868482e90aa630333dbb4 (diff) | |
download | librpm-tizen-f463e1253d69b02f60aaa8c31ac3bb9542d037b1.tar.gz librpm-tizen-f463e1253d69b02f60aaa8c31ac3bb9542d037b1.tar.bz2 librpm-tizen-f463e1253d69b02f60aaa8c31ac3bb9542d037b1.zip |
merge
CVS patchset: 4118
CVS date: 2000/08/24 06:21:08
Diffstat (limited to 'python')
-rw-r--r-- | python/rpmmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmmodule.c b/python/rpmmodule.c index 97bc896c5..9a2d626b2 100644 --- a/python/rpmmodule.c +++ b/python/rpmmodule.c @@ -135,7 +135,7 @@ struct hdrObject_s { /* Data */ static PyObject * pyrpmError; -static Header transactionSetHeader; +static Header transactionSetHeader = NULL; static PyMethodDef rpmModuleMethods[] = { { "TransactionSet", (PyCFunction) rpmtransCreate, METH_VARARGS, NULL }, |