summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-10-19 18:28:27 +0000
committerPeter Jones <pjones@redhat.com>2007-10-19 18:28:27 +0000
commit61a96865ffce10e010f16553ff890142ffa4b796 (patch)
tree531aa0b5205e20ed2543bba28efffd86db31d461 /isys
parenta2fdee013c35e3b68a52616f3cc8b8adf7b58688 (diff)
downloadanaconda-61a96865ffce10e010f16553ff890142ffa4b796.tar.gz
anaconda-61a96865ffce10e010f16553ff890142ffa4b796.tar.xz
anaconda-61a96865ffce10e010f16553ff890142ffa4b796.zip
- fix typo
Diffstat (limited to 'isys')
-rw-r--r--isys/eddsupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/eddsupport.c b/isys/eddsupport.c
index 0924af0f5..230bf0625 100644
--- a/isys/eddsupport.c
+++ b/isys/eddsupport.c
@@ -186,7 +186,7 @@ static int mapBiosDisks(struct device** devices,const char *path) {
if ((rc=readDiskSig((*currentDev)->device, &currentSig)) < 0) {
if (rc == -ENOMEDIUM)
continue;
- closedir(dir);
+ closedir(dirHandle);
return 0;
}