| changeset 412 | 810d9ba06afd |
| parent 333 | 1829493b5fb9 |
| child 418 | 33b825d3128d |
1.1 --- a/src/import-yum.c Thu Jan 08 15:44:43 2009 +0000 1.2 +++ b/src/import-yum.c Wed Feb 01 12:49:13 2012 +0000 1.3 @@ -288,7 +288,7 @@ 1.4 struct razor_set * 1.5 razor_set_create_from_yum(void) 1.6 { 1.7 - struct yum_context ctx; 1.8 + struct yum_context ctx={0}; 1.9 void *buf; 1.10 int len, ret; 1.11 gzFile primary, filelists;