initialize sockaddrdscp to prevent spurious output from 'named-checkconf -p'

(cherry picked from commit f8d753d452)
This commit is contained in:
Evan Hunt
2020-05-05 12:48:31 -07:00
parent ef4f2de63b
commit a654989716
5 changed files with 13 additions and 1 deletions

View File

@@ -381,7 +381,7 @@ if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi
status=`expr $status + $ret`
n=`expr $n + 1`
echo_i "check that named-checkconf -l print out the zone list ($n)"
echo_i "check that named-checkconf -l prints out the zone list ($n)"
ret=0
$CHECKCONF -l good.conf |
grep -v "is not implemented" |