summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/reply.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index af183b1fff1..02cada71aa6 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)) {