1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3:smb2_server: remove dump_data() from smbd_smb2_request_pending_timer()

This was just for debugging...

metze
This commit is contained in:
Stefan Metzmacher 2012-08-22 10:32:09 +02:00
parent 27bc6cffaa
commit 6c7ffa9092

View File

@ -1553,7 +1553,6 @@ static void smbd_smb2_request_pending_timer(struct tevent_context *ev,
(unsigned int)i,
(unsigned int)ARRAY_SIZE(state->vector),
(unsigned int)state->vector[i].iov_len);
dump_data(0, state->vector[i].iov_base, state->vector[i].iov_len);
}
}