mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 18:33:04 +00:00
12 lines
362 B
Diff
12 lines
362 B
Diff
![]() |
--- rpm-5.4.10/lib/rpmds.c.initialize~ 2012-10-04 16:34:29.681882554 +0200
|
||
|
+++ rpm-5.4.10/lib/rpmds.c 2012-10-04 16:34:31.081905144 +0200
|
||
|
@@ -3583,7 +3583,7 @@ int rpmdsSymlink(const char * fn, int fl
|
||
|
int is_symlink;
|
||
|
const char * soname = NULL;
|
||
|
rpmds ds;
|
||
|
- int xx;
|
||
|
+ int xx = -1;
|
||
|
int isElf64;
|
||
|
int isuClibc;
|
||
|
int gotSONAME = 0;
|