diff options
Diffstat (limited to 'source4/lib/util/ms_fnmatch.c')
-rw-r--r-- | source4/lib/util/ms_fnmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/ms_fnmatch.c b/source4/lib/util/ms_fnmatch.c index 699341bede..d44c8b87da 100644 --- a/source4/lib/util/ms_fnmatch.c +++ b/source4/lib/util/ms_fnmatch.c @@ -161,7 +161,7 @@ int ms_fnmatch(const char *pattern, const char *string, enum protocol_types prot } if (strpbrk(pattern, "<>*?\"") == NULL) { - /* this is not just an optmisation - it is essential + /* this is not just an optimisation - it is essential for LANMAN1 correctness */ return strcasecmp_m(pattern, string); } |