mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-11 21:10:56 +00:00
Iodine: Cleaned up
This commit is contained in:
parent
b30f060eb4
commit
2fb570ba72
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ close_tun(int tun_fd)
|
||||||
int
|
int
|
||||||
write_tun(int tun_fd, unsigned char *data, size_t len, char version)
|
write_tun(int tun_fd, unsigned char *data, size_t len, char version)
|
||||||
{
|
{
|
||||||
printf("write_tun() - version = %d\n", version);
|
/* printf("write_tun() - version = %d\n", version); */
|
||||||
#if defined (FREEBSD) || defined (DARWIN) || defined(NETBSD) || defined(WINDOWS32)
|
#if defined (FREEBSD) || defined (DARWIN) || defined(NETBSD) || defined(WINDOWS32)
|
||||||
data += 4;
|
data += 4;
|
||||||
len -= 4;
|
len -= 4;
|
||||||
|
|
Loading…
Add table
Reference in a new issue