1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-14 07:23:23 +00:00

Print info on implicit SO_REUSEADDR

This commit is contained in:
Gerhard 2025-02-11 12:31:59 +01:00
parent 3339885f5b
commit e6aa3d1787
3 changed files with 12 additions and 3 deletions

View file

@ -3107,7 +3107,7 @@ int retropt_int(struct opt *opts, int optcode, int *result) {
/* Looks for the first option of type <optcode>. If the option is found,
this function stores its int value in *result, "consumes" the
option, and returns 0.
If the option is not found, *result is not modified, and -1 is returned. */
If the option is not found, values are not modified, and -1 is returned. */
int retropt_2integrals(struct opt *opts, int optcode,
union integral *value1, union integral *value2)
{