Commit | Line | Data |
---|---|---|
7f97a154 VM |
1 | diff -ur a/src/fuser.c b/src/fuser.c |
2 | --- a/src/fuser.c 2014-01-31 08:07:32.000000000 -0500 | |
3 | +++ b/src/fuser.c 2014-02-27 12:34:44.352910007 -0500 | |
4 | @@ -1174,7 +1174,7 @@ | |
5 | usage(_("No process specification given")); | |
6 | ||
7 | /* Check if -M flag was used and if so check mounts */ | |
8 | - if (opts * OPT_ISMOUNTPOINT) { | |
9 | + if (opts & OPT_ISMOUNTPOINT) { | |
10 | check_mountpoints(&mounts, &names_head, &names_tail); | |
11 | } | |
12 |