diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-09-16 00:00:04 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-09-16 00:00:04 -0400 |
commit | 75405ffde6f87f88c7172bfb431ec085c542ec1a (patch) | |
tree | f6076bcf3037794efacec195417cabf5f63f6d4a /lib/e2p | |
parent | 765e03f0374b655ba99c0881aebf6c101098c282 (diff) | |
parent | 57cb271642d24d93ba2435f12a64fe35f67dfced (diff) | |
download | e2fsprogs-75405ffde6f87f88c7172bfb431ec085c542ec1a.tar.gz |
Merge branch 'maint' into next
Diffstat (limited to 'lib/e2p')
-rw-r--r-- | lib/e2p/mntopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/e2p/mntopts.c b/lib/e2p/mntopts.c index ebab7fdf..dfdd0ef6 100644 --- a/lib/e2p/mntopts.c +++ b/lib/e2p/mntopts.c @@ -65,7 +65,7 @@ int e2p_string2mntopt(char *string, unsigned int *mask) return 0; } } - if (strncasecmp(string, "MNTOPT_", 8)) + if (strncasecmp(string, "MNTOPT_", 7)) return 1; if (string[8] == 0) |