in6_control_ioctl: correctly report errors from SIOCAIFADDR_IN6
we have to use 'goto out' here rather than 'break' because otherwise
error is set to 0, which means the error is not propagated back to the
caller.
Reviewed by: kp
in6_control_ioctl: correctly report errors from SIOCAIFADDR_IN6 Tags None Referenced Files None Subscribers None
Description
Details
|