summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-14 11:25:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:08 -0500
commitfb9a229643015fc6fea67bac9317f5d6a6283fc4 (patch)
treee7f5e8268265c3e0988304eef02a8bcf8ea832c3
parent547a9fa45ffd404dce84b7d165717854f2ba5646 (diff)
downloadsamba-fb9a229643015fc6fea67bac9317f5d6a6283fc4.tar.gz
r20759: Dummy checkin to let the build farm pick up the new smbtorture4
(This used to be commit 14c88b560e5c8fd59b84333e92337805620ccd7c)
-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)) {