s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code path
[ddiss/samba.git] / 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;
                }