index
:
potd.git
A high scalable low to medium interactive SSH/TCP honeypot using Linux Namespaces, capabilities, seccomp, cgroups designed for OpenWrt and IoT devices.
log msg
author
committer
range
feature/jail_packet
feature/jail_protocol
master
skeleton
thesis
about
summary
refs
log
tree
commit
diff
path:
root
/
src
/
redirector.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/redirector.c')
-rw-r--r--
src/redirector.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redirector.c b/src/redirector.c
index c21fa61..4a577ca 100644
--- a/
src/redirector.c
+++ b/
src/redirector.c
@@ -353,7 +353,7 @@ client_io(event_ctx *ev_ctx, int src_fd, void *user_data)
dest_fd = ev_cli->fwd_sock->fd;
} else return 0;
- fwd_state = event_forward_connection(ev_ctx, dest_fd);
+ fwd_state = event_forward_connection(ev_ctx, dest_fd, NULL, NULL);
switch (fwd_state_string(fwd_state, ev_cli->client_args,
ev_cli->fwd_sock))