mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-07 19:12:07 +00:00
---
This commit is contained in:
parent
d578d6e881
commit
17e9dec428
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ tunnel_tun(int tun_fd, int dns_fd)
|
|||
userid = find_user_by_ip6(header6->ip6_dst);
|
||||
}
|
||||
|
||||
printf("tunnel_tun() - userid = %d\n", userid);
|
||||
printf("tunnel_tun() - userid = %d, ntohs(header_info[1]) = %d\n", userid, ntohs(header_info[1]));
|
||||
|
||||
if (userid < 0)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue