
3 Dec
2008
3 Dec
'08
3:14 p.m.
On Wed, 2008-12-03 at 11:14 -0200, Eduardo Habkost wrote:
+ * Returns the MTU value in case of success. + * On error, returns -1 and sets errno accordingly + */ +static int ifGetMtu(brControl *ctl, const char *ifname)
You could make this return -errno on error. No big deal, though. Cheers, Mark.