daemon: ntfs: fix name of the ntfs-3g.probe tool

Fixes commit 381c8b68c4, which forgot to
add the dash in the name.
This commit is contained in:
Pino Toscano
2017-07-31 11:16:17 +02:00
parent c355b744bf
commit ef53cd5619
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
int
optgroup_ntfs3g_available (void)
{
return prog_exists ("ntfs3g.probe");
return prog_exists ("ntfs-3g.probe");
}
int