mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
trivial warning fix
This commit is contained in:
parent
c4d606e367
commit
731d357295
@ -839,7 +839,7 @@ static int in_ether(char *bufp, struct sockaddr *sap)
|
|||||||
unsigned val;
|
unsigned val;
|
||||||
|
|
||||||
sap->sa_family = ether_hwtype.type;
|
sap->sa_family = ether_hwtype.type;
|
||||||
ptr = sap->sa_data;
|
ptr = (unsigned char*) sap->sa_data;
|
||||||
|
|
||||||
i = 0;
|
i = 0;
|
||||||
orig = bufp;
|
orig = bufp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user