merge
authormsw <devnull@localhost>
Thu, 24 Aug 2000 06:21:08 +0000 (06:21 +0000)
committermsw <devnull@localhost>
Thu, 24 Aug 2000 06:21:08 +0000 (06:21 +0000)
CVS patchset: 4118
CVS date: 2000/08/24 06:21:08

python/rpmmodule.c

index 97bc896..9a2d626 100644 (file)
@@ -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 },