From cd9a7c143c87fa0f1fda8a6c9b331b21ae6148a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Thu, 21 Apr 2011 00:11:21 +0200 Subject: [PATCH] s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code path MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Metzmacher Autobuild-User: Björn Jacke Autobuild-Date: Tue May 3 13:04:11 CEST 2011 on sn-devel-104 --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index db40539620b..9c66ddee029 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -3213,7 +3213,7 @@ void reply_readbraw(struct smb_request *req) "(%x << 32) used and we don't support " "64 bit offsets.\n", (unsigned int)IVAL(req->vwv+8, 0) )); - reply_readbraw_error(); + reply_readbraw_error(sconn); END_PROFILE(SMBreadbraw); return; } -- 2.11.4.GIT