1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

merge from APPLIANCE_HEAD

(This used to be commit e734c1971d)
This commit is contained in:
Gerald Carter
2002-02-08 21:51:40 +00:00
parent e32177ea9d
commit 7dbaaa0964

View File

@ -579,7 +579,7 @@ authentication failed. Denying the request.\n", p->name));
* will not fit in the initial buffer of size 0x1068 --jerry 22/01/2002 * will not fit in the initial buffer of size 0x1068 --jerry 22/01/2002
*/ */
if(prs_data_size(&p->in_data.data) + data_len > 15*1024*1024) { if(prs_offset(&p->in_data.data) + data_len > 15*1024*1024) {
DEBUG(0,("process_request_pdu: rpc data buffer too large (%u) + (%u)\n", DEBUG(0,("process_request_pdu: rpc data buffer too large (%u) + (%u)\n",
(unsigned int)prs_data_size(&p->in_data.data), (unsigned int)data_len )); (unsigned int)prs_data_size(&p->in_data.data), (unsigned int)data_len ));
set_incoming_fault(p); set_incoming_fault(p);