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