aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mdevd/mdevd-coldplug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdevd/mdevd-coldplug.c b/src/mdevd/mdevd-coldplug.c
index 886a747..6edf3fc 100644
--- a/src/mdevd/mdevd-coldplug.c
+++ b/src/mdevd/mdevd-coldplug.c
@@ -61,7 +61,7 @@ static int scan_subdir (int fdat, char const *pathat, char const *list)
static int scan_dir (char const *path, int add_devices)
{
DIR *dir ;
- int fdpath = open(path, O_RDONLY | O_DIRECTORY) ;
+ int fdpath = open2(path, O_RDONLY | O_DIRECTORY) ;
if (fdpath < 0) return 0 ;
dir = fdopendir(fdpath) ;
if (!dir) strerr_diefu2sys(111, "fdopendir ", path) ;