CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/03 09:00:49
Modified files:
libexec/ftpd : ftpd.c
Log message:
Use a single "opt" variable for all setsockopt calls in getdatasock().
on = 65536;
if (setsockopt(... &on ...)
is slightly misleading.
