r20759: Dummy checkin to let the build farm pick up the new smbtorture4
authorVolker Lendecke <vlendec@samba.org>
Sun, 14 Jan 2007 11:25:42 +0000 (11:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:08 +0000 (12:17 -0500)
(This used to be commit 14c88b560e5c8fd59b84333e92337805620ccd7c)

source3/smbd/reply.c

index af183b1fff17eb4302aef5dfb17c0c8fea4ecc5d..02cada71aa6673025ae895773949c06347dac19f 100644 (file)
@@ -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)) {