summaryrefslogtreecommitdiff
path: root/debian/patches/mount.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/mount.patch')
-rw-r--r--debian/patches/mount.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/mount.patch b/debian/patches/mount.patch
index 9d9cd2f4..4eef5ba9 100644
--- a/debian/patches/mount.patch
+++ b/debian/patches/mount.patch
@@ -12,8 +12,8 @@ index 8b059c2..8af055e 100644
{
ARGZ (add (&fsopts, &fsopts_len, o));
}
-- else if (strcmp (o, "defaults") != 0)
-+ else if (strcmp (o, "defaults") != 0 &&
+- else if (strcmp (o, "defaults") != 0 && (strlen (o) != 0))
++ else if (strcmp (o, "defaults") != 0 && (strlen (o) != 0) &&
+ strcmp (o, "loop") != 0 &&
+ strcmp (o, "exec") != 0)
{