Skip to content

fix t_socketnotifier typedef so it includes an int arg for the fd

Jonathan Wilkes requested to merge t_socketnotifier-fix into master

This fixes a bug I just noticed where the fd arg of netreceive_notify would get filled with random garbage because the callback declaration erroneously omitted the 2nd arg. That would cause an fd leak with netsend/netreceive.

Merge request reports