mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 05:00:09 +02:00
Child sockets erroneously inherit their parent's sk_type (ie. SOCK_*),
instead of the PF_IUCV protocol that the parent was created with in
iucv_sock_create().
We're currently not using sk->sk_protocol ourselves, so this shouldn't
have much impact (except eg. getting the output in skb_dump() right).
Fixes:
|
||
|---|---|---|
| .. | ||
| af_iucv.c | ||
| iucv.c | ||
| Kconfig | ||
| Makefile | ||