diff options
author | Volker Lendecke <vl@samba.org> | 2012-03-03 01:23:44 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-03-03 03:40:56 +0100 |
commit | 197c185bc7ca84f00d78a7823bd4f642a2b221b9 (patch) | |
tree | 1f42e696580292314ed05b64451a45215e9489fc | |
parent | bc6803febb90d8a22271b5976403cf3e1c36192b (diff) | |
download | samba-197c185bc7ca84f00d78a7823bd4f642a2b221b9.tar.gz samba-197c185bc7ca84f00d78a7823bd4f642a2b221b9.tar.bz2 samba-197c185bc7ca84f00d78a7823bd4f642a2b221b9.zip |
s3: Fix some blank line endings
Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Sat Mar 3 03:41:03 CET 2012 on sn-devel-104
-rw-r--r-- | source3/smbd/pipes.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>. */ @@ -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)); |