s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code path
authorBjörn Jacke <bj@sernet.de>
Wed, 20 Apr 2011 22:11:21 +0000 (00:11 +0200)
committerBjoern Jacke <bj@sernet.de>
Tue, 3 May 2011 11:04:11 +0000 (13:04 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Björn Jacke <bj@sernet.de>
Autobuild-Date: Tue May  3 13:04:11 CEST 2011 on sn-devel-104

source3/smbd/reply.c

index db40539620b43f4534607f9524443668f1597114..9c66ddee029b1af1aaa1120b11c86fc426e632f6 100644 (file)
@@ -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;
                }