summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/ipc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c
index 6d0a8d55dd..62951219bf 100644
--- a/source3/smbd/ipc.c
+++ b/source3/smbd/ipc.c
@@ -3367,6 +3367,9 @@ static int api_fd_reply(int cnum,uint16 vuid,char *outbuf,
/* record maximum data length that can be transmitted in an SMBtrans */
p->max_rdata_len = mdrcnt;
+ DEBUG(10,("api_fd_reply: p:%p max_rdata_len: %d\n",
+ p, p->max_rdata_len));
+
switch (subcommand)
{
case 0x26: