about summary refs log tree commit homepage
path: root/mgmt_parser.rl
diff options
context:
space:
mode:
Diffstat (limited to 'mgmt_parser.rl')
-rw-r--r--mgmt_parser.rl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgmt_parser.rl b/mgmt_parser.rl
index e183cc3..ead5d8c 100644
--- a/mgmt_parser.rl
+++ b/mgmt_parser.rl
@@ -11,7 +11,7 @@
  */
 static void set_prio_fsck(struct mog_mgmt *mgmt)
 {
-        if (mgmt->svc->mgmt_fd >= 0)
+        if (mgmt->svc->mgmt_mfd)
                 mgmt->prio = MOG_PRIO_FSCK;
 }