OSDN Git Service

Fix uninitialized values for mirror status.
authorPeter Jones <pjones@redhat.com>
Mon, 9 Apr 2018 20:05:58 +0000 (16:05 -0400)
committerPeter Jones <pjones@redhat.com>
Mon, 9 Apr 2018 20:20:17 +0000 (16:20 -0400)
commitf37a90bd0c708de1aa80e66b3f00669691270e3a
tree07e8bb4c399eb11989dc48db483c11d69449078e
parent50faf8a71360ccfff376aaf971ce5de8d532bcaf
Fix uninitialized values for mirror status.

In the case where there's a request for mirroring but it isn't enacted
yet, we'll have above4g and below4g uninitialized, and the comparison to
rabove4g and rbelow4g will be meaningless.  So make them 0.

Signed-off-by: Peter Jones <pjones@redhat.com>
src/efibootmgr.c