03/04/2018 10:31, Maxime Coquelin: > On 04/02/2018 06:25 PM, Stephen Hemminger wrote: > > Rather than wallpapering over the unused result, why not do real error > > checking? > > If the program was run in a non-Linux environment (such as WSL etc), maybe > > an error > > could occur. Best to return an error; or at least call rte_exit(). > > > > Do we really want to call rte_exit() in a library?
No, we must use return.