From 197c185bc7ca84f00d78a7823bd4f642a2b221b9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 3 Mar 2012 01:23:44 +0100 Subject: s3: Fix some blank line endings Autobuild-User: Volker Lendecke Autobuild-Date: Sat Mar 3 03:41:03 CET 2012 on sn-devel-104 --- source3/smbd/pipes.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source3/smbd') diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c index b680087dd4..9e5dfc3018 100644 --- a/source3/smbd/pipes.c +++ b/source3/smbd/pipes.c @@ -1,21 +1,21 @@ -/* +/* Unix SMB/CIFS implementation. Pipe SMB reply routines Copyright (C) Andrew Tridgell 1992-1998 Copyright (C) Luke Kenneth Casson Leighton 1996-1998 Copyright (C) Paul Ashton 1997-1998. Copyright (C) Jeremy Allison 2005. - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -479,7 +479,7 @@ static void pipe_read_andx_done(struct tevent_req *subreq) + 12 * sizeof(uint16_t) /* vwv */ + 2); /* the buflen field */ SSVAL(req->outbuf,smb_vwv11,state->smb_maxcnt); - + DEBUG(3,("readX-IPC min=%d max=%d nread=%d\n", state->smb_mincnt, state->smb_maxcnt, (int)nread)); -- cgit