On Wed, May 21, 2014 at 03:08:18PM +0200, Daniel Willmann wrote: > return 0; > +err_badfd: > + return rc;
hi, why do you want to change the return value here? Why is the return 0 not good enough here?
On Wed, May 21, 2014 at 03:08:18PM +0200, Daniel Willmann wrote: > return 0; > +err_badfd: > + return rc;
hi, why do you want to change the return value here? Why is the return 0 not good enough here?