Fix up ioctl read path so we don't fprintf() error unnecessarily.
authorDerrik Pates <demon@now.ai>
Tue, 2 Aug 2011 04:55:40 +0000 (22:55 -0600)
committerDerrik Pates <demon@now.ai>
Tue, 2 Aug 2011 04:55:40 +0000 (22:55 -0600)
Avoid fprintf()'ing an error after the Perl code has already
returned an error, in the case where we're not returning data because
we're returning an error code.


No differences found