diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-01-14 11:25:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:08 -0500 |
commit | fb9a229643015fc6fea67bac9317f5d6a6283fc4 (patch) | |
tree | e7f5e8268265c3e0988304eef02a8bcf8ea832c3 | |
parent | 547a9fa45ffd404dce84b7d165717854f2ba5646 (diff) | |
download | samba-fb9a229643015fc6fea67bac9317f5d6a6283fc4.tar.gz samba-fb9a229643015fc6fea67bac9317f5d6a6283fc4.tar.bz2 samba-fb9a229643015fc6fea67bac9317f5d6a6283fc4.zip |
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.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)) { |