mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +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;
|
||||
|
||||
sap->sa_family = ether_hwtype.type;
|
||||
ptr = sap->sa_data;
|
||||
ptr = (unsigned char*) sap->sa_data;
|
||||
|
||||
i = 0;
|
||||
orig = bufp;
|
||||
|
Loading…
Reference in New Issue
Block a user