Update tod_connect call to reflect updated interface
This commit is contained in:
parent
6dbb9276dc
commit
bdca760906
@ -72,7 +72,7 @@ ofld_connect(struct socket *so, struct sockaddr *nam)
|
||||
if (tdev->tod_can_offload(tdev, so) == 0)
|
||||
return (EINVAL);
|
||||
|
||||
if ((error = tdev->tod_connect(tdev, so, ifp)))
|
||||
if ((error = tdev->tod_connect(tdev, so, rt, nam)))
|
||||
return (error);
|
||||
|
||||
return (0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user