On Wed, Jul 19, 2017 at 08:47:43PM +0000, Keller, Jacob E wrote:
> if (rtnl_link_query(fd, index))
>     err = -1;
> else if (rtnl_link_status(fd, NULL, iface->ts_iface))
>     err = -1;

This is poor practice, because you clobber the code returned from
the sub-routine that experienced the error.

Thanks,
Richard

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to