ipfilter: Correct function description

As of 874b1a3548, ip_proxy_check() return codes have been simplified.
The original comment was also incorrect in the first place.

MFC after:	3 days
This commit is contained in:
Cy Schubert 2021-10-18 17:14:43 -07:00
parent 106f42596e
commit 06b96a4bd6

View File

@ -886,7 +886,7 @@ ipf_proxy_new(fin, nat)
/* ------------------------------------------------------------------------ */
/* Function: ipf_proxy_check */
/* Returns: int - -1 == error, 0 == success */
/* Returns: int - -1 == error, 1 == success */
/* Parameters: fin(I) - pointer to packet information */
/* nat(I) - pointer to current NAT session */
/* */