Re: [master] Sleep if the kickstart file read fails (#537361)

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

 



On 11/13/2009 11:30 AM, Ales Kozumplik wrote:
+int mountMightSucceedLater(int mountRc)
+{
+    int rc;
+    switch (errno) {

This should read
switch (mountRc) {
of course.

+    case IMOUNT_ERR_MOUNTFAILURE:
+        rc = 1;
+    default:
+        rc = 0;
+    }
+    return rc;
+}

_______________________________________________
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