|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.230, 2006/09/08 20:58:58 | version 1.231, 2006/09/13 10:07:42 | ||
|---|---|---|---|
|
|
||
| return (error); | return (error); | ||
| if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_FORWSRCRT, | if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_FORWSRCRT, | ||
| NULL, NULL, NULL, NULL) != KAUTH_RESULT_ALLOW) | NULL, NULL, NULL, NULL)) | ||
| return (EPERM); | return (EPERM); | ||
| ip_forwsrcrt = tmp; | ip_forwsrcrt = tmp; |