mirror of
https://github.com/rofl0r/proxychains-ng
synced 2025-01-08 22:22:52 +08:00
remove some debug
This commit is contained in:
parent
0322811965
commit
12c95244ce
@ -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 ){
|
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()
|
// If fd is a socket, call send() with no flags as it is equivalent to write()
|
||||||
struct stat statbuf;
|
struct stat statbuf;
|
||||||
|
Loading…
Reference in New Issue
Block a user