From: Li RongQing <[email protected]> Date: Fri, 14 Jun 2019 09:29:09 +0800
> Pointer members of an object with static storage duration, if not > explicitly initialized, will be initialized to a NULL pointer. The > net namespace API checks if this pointer is not NULL before using it, > it are safe to remove the function. > > Signed-off-by: Li RongQing <[email protected]> Applied.
