The default hash table size is 257 not 255. Reword the rest of the line
slightly while here. PR: bin/121671 Submitted by: Artis Caune artis.caune gmail.com Approved by: ed (mentor)
This commit is contained in:
parent
b04b4acda0
commit
3e736db050
@ -77,10 +77,10 @@ generate_host_conf()
|
||||
nis)
|
||||
echo "nis" >> $host_conf
|
||||
;;
|
||||
*=*)
|
||||
cache | *=*)
|
||||
;;
|
||||
*)
|
||||
printf "Warning: unrecognized source [%s]", $_s > "/dev/stderr"
|
||||
printf "Warning: unrecognized source [%s]\n" $_s > "/dev/stderr"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user