mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 17:34:37 +08:00
12 lines
296 B
Diff
12 lines
296 B
Diff
|
--- a/src/fuser.c
|
||
|
+++ b/src/fuser.c
|
||
|
@@ -1174,7 +1174,7 @@
|
||
|
usage(_("No process specification given"));
|
||
|
|
||
|
/* Check if -M flag was used and if so check mounts */
|
||
|
- if (opts * OPT_ISMOUNTPOINT) {
|
||
|
+ if (opts & OPT_ISMOUNTPOINT) {
|
||
|
check_mountpoints(&mounts, &names_head, &names_tail);
|
||
|
}
|
||
|
|