Re: [NETLINK] Return err in netlink_connect
From: David S. Miller <hidden>
Date: 2004-07-05 22:47:52
From: David S. Miller <hidden>
Date: 2004-07-05 22:47:52
On Wed, 30 Jun 2004 21:41:44 +1000 Herbert Xu [off-list ref] wrote:
This patch makes netlink_connect() return the value of err instead of 0. It doesn't actually make any difference since the current implementation of netlink_autobind() never fails. But since we went to all this trouble to check the return status of autobind, might as well return the correct value :) Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Applied, thanks Herbert.