1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-09 21:56:33 +00:00

Socat did not use option ipv6-join-group

This commit is contained in:
Gerhard Rieger 2016-08-12 17:13:15 +02:00
parent e25ba90e21
commit d6b0e1425e
3 changed files with 41 additions and 1 deletions

View file

@ -1493,6 +1493,7 @@ int _xioopen_dgram_recv(struct single *xfd, int xioflags,
}
#endif
applyopts_single(xfd, opts, PH_PASTBIND);
applyopts(xfd->fd, opts, PH_PASTBIND);
#if WITH_UNIX
if (pf == AF_UNIX && us != NULL) {