mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-02 15:40:19 +00:00
Remove debugging statement.
This commit is contained in:
parent
137d10aa6e
commit
6e860472d1
@ -1956,10 +1956,6 @@ pxy_conn_setup(evutil_socket_t fd,
|
|||||||
|
|
||||||
if (ctx->local_pid != -1) {
|
if (ctx->local_pid != -1) {
|
||||||
// TODO
|
// TODO
|
||||||
#include <libproc.h>
|
|
||||||
char name[MAXPATHLEN];
|
|
||||||
proc_pidpath(ctx->local_pid, name, sizeof(name));
|
|
||||||
log_err_printf("Matched socket to process %s\n", name);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user