Squashed gcc warning.
This commit is contained in:
parent
7853247523
commit
a083b1cf30
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ cp
|
|||
return 0;
|
||||
}
|
||||
|
||||
int xrecv(conn_list_t *cl, real_packet_t *packet)
|
||||
int xrecv(conn_list_t *cl, void *packet)
|
||||
{
|
||||
vpn_packet_t vp;
|
||||
int lenin;
|
||||
|
|
Loading…
Reference in a new issue