diff options
author | Matt Wilson <msw@redhat.com> | 2000-09-07 21:09:22 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-09-07 21:09:22 +0000 |
commit | 5ffadf062954f29a5d772a50dac230082e61f7a4 (patch) | |
tree | c752d9e5129384c5f64e70637c346eedac9a73fa /isys/probe.c | |
parent | cf970b91b6d4536a748e736fd4b565e334bdae51 (diff) | |
download | anaconda-5ffadf062954f29a5d772a50dac230082e61f7a4.tar.gz anaconda-5ffadf062954f29a5d772a50dac230082e61f7a4.tar.xz anaconda-5ffadf062954f29a5d772a50dac230082e61f7a4.zip |
merge from anaconda-7-0-branch
Diffstat (limited to 'isys/probe.c')
-rw-r--r-- | isys/probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/probe.c b/isys/probe.c index 61a9219f3..a8574bf54 100644 --- a/isys/probe.c +++ b/isys/probe.c @@ -212,6 +212,7 @@ int kdFindIdeList(struct knownDevices * devices, int code) { devMakeInode(name, "/tmp/ideprobe"); fd = open("/tmp/ideprobe", O_RDONLY | O_NONBLOCK); + unlink("/tmp/ideprobe"); if (fd < 0) continue; |