diff options
Diffstat (limited to 'daemon/ntfs.c')
-rw-r--r-- | daemon/ntfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/ntfs.c b/daemon/ntfs.c index 26c8d50c..8cb4f6fe 100644 --- a/daemon/ntfs.c +++ b/daemon/ntfs.c @@ -33,7 +33,7 @@ do_ntfs_3g_probe (int rw, char *device) int r; const char *rw_flag; - IS_DEVICE (device, -1); + RESOLVE_DEVICE (device, return -1); rw_flag = rw ? "-w" : "-r"; |