From 5ffadf062954f29a5d772a50dac230082e61f7a4 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 7 Sep 2000 21:09:22 +0000 Subject: merge from anaconda-7-0-branch --- isys/probe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'isys/probe.c') 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; -- cgit