1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-15 10:03:23 +08:00

remove some debug

This commit is contained in:
hugoc
2024-03-20 14:53:52 +01:00
Unverified
parent 0322811965
commit 12c95244ce
-2
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;