diff options
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index af183b1fff..02cada71aa 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -59,7 +59,8 @@ NTSTATUS check_path_syntax_internal(pstring destname, while (*s) { if (IS_DIRECTORY_SEP(*s)) { /* - * Safe to assume is not the second part of a mb char as this is handled below. + * Safe to assume is not the second part of a mb char + * as this is handled below. */ /* Eat multiple '/' or '\\' */ while (IS_DIRECTORY_SEP(*s)) { |