1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2025-01-08 06:02:51 +08:00

remove some debug

This commit is contained in:
hugoc 2024-03-20 14:53:52 +01:00
parent 0322811965
commit 12c95244ce

View File

@ -2184,8 +2184,6 @@ HOOKFUNC(ssize_t, read,int fd, void* buf, size_t count){
HOOKFUNC(ssize_t, write, int fd, const void* buf, size_t count ){
PDEBUG("fd : %d, count: %zu, buf: %p\n", fd, count, buf);
DUMP_BUFFER(buf, count);
// If fd is a socket, call send() with no flags as it is equivalent to write()
struct stat statbuf;