CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/10 10:09:53
Modified files:
sbin/dhcpleased: dhcpleased.c
Log message:
Do not copy stack garbage, that's not going to be used.
Pointed out by gcc via tb.
rdns_count is validated by all callers of propose_rdns(), so we can
trust it here to be sensible.
While here fix a pasto in an error message.
OK tb
