CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/12/15 07:34:17
Modified files:
usr.sbin/dhcpd : dhcpd.c
Log message:
We run getopt() twice to know if dhcp-sync is used. To make this work
both getopt calls need the same optstring or the first getopt() call
will end before parsing all arguments.
Problem found and fixed supplied by m_athias
OK millert@, deraadt@
