recover the line which was wrongly disappeared during scope cleanup.

tcpdrop(8) should work for IPv6, again.
This commit is contained in:
ume 2005-08-01 12:08:49 +00:00
parent 8127211326
commit 084dd86e04
2 changed files with 2 additions and 0 deletions

View File

@ -2194,6 +2194,7 @@ sysctl_drop(SYSCTL_HANDLER_ARGS)
if (error)
return (error);
error = sa6_embedscope(lin6, ip6_use_defzone);
if (error)
return (error);
break;
#endif

View File

@ -2194,6 +2194,7 @@ sysctl_drop(SYSCTL_HANDLER_ARGS)
if (error)
return (error);
error = sa6_embedscope(lin6, ip6_use_defzone);
if (error)
return (error);
break;
#endif