mirror of
https://github.com/samba-team/samba.git
synced 2025-03-05 20:58:40 +03:00
wrong typecast
(This used to be commit de7674ebefe3a8b0f953afe983ce058e11f827c2)
This commit is contained in:
parent
1c849248d4
commit
efacfb37fc
@ -74,7 +74,7 @@
|
||||
{
|
||||
pkaddr->addrtype = ADDRTYPE_INET;
|
||||
pkaddr->length = sizeof(((struct sockaddr_in *)paddr)->sin_addr);
|
||||
pkaddr->contents = (char *)&(((struct sockaddr_in *)paddr)->sin_addr);
|
||||
pkaddr->contents = (krb5_octet *)&(((struct sockaddr_in *)paddr)->sin_addr);
|
||||
}
|
||||
#else
|
||||
__ERROR__XX__UNKNOWN_ADDRTYPE
|
||||
|
Loading…
x
Reference in New Issue
Block a user