Don't abuse errno as return code
errno is not either set properly, or left set properly by any function
that we have called.
Return codes should either be zero or non-zero for functions unless they
are some value.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Showing
Please register or sign in to comment