[PATCH 2/2] Fix uninitialized variable compile error (#577501)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 loader/loader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/loader/loader.c b/loader/loader.c
index 2e5e744..b1f0fb9 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -1197,7 +1197,7 @@ static char *doLoaderMain(struct loaderData_s *loaderData,
 
     char *url = NULL, *ret = NULL, *devName = NULL, *kbdtype = NULL;
     static iface_t iface;
-    int i, rc, dir = 1;
+    int i, rc = LOADER_NOOP, dir = 1;
     int needsNetwork = 0, class = -1;
     int skipMethodDialog = 0, skipLangKbd = 0;
 
-- 
1.6.6.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux