CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/25 05:39:58
Modified files:
sys/net : pipex.c
Log message:
Grab the NET_LOCK() before calling pipex_iface_stop().
This function calls pipex_destroy_session() which requires the lock and
pipex_ioctl() already calls it with the NET_LOCK() held.
>From Vitaliy Makkoveev.
