From fb9a229643015fc6fea67bac9317f5d6a6283fc4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 14 Jan 2007 11:25:42 +0000 Subject: r20759: Dummy checkin to let the build farm pick up the new smbtorture4 (This used to be commit 14c88b560e5c8fd59b84333e92337805620ccd7c) --- source3/smbd/reply.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/smbd') 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)) { -- cgit