GSSAPI: generate full NULL structure initializers in gen-oid.pl
commit0d31145e9defc7d58953a13c422ccac407ce6b61
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 31 Jul 2015 02:45:22 +0000 (31 14:45 +1200)
committerDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 31 Jul 2015 03:51:13 +0000 (31 15:51 +1200)
tree0d2482458a42ade5716ebbe6eb9683362d9a6c10
parent0c36f11f1793ae84f1d06ea36f0e8d746d26e3fe
GSSAPI: generate full NULL structure initializers in gen-oid.pl

As seen in commit cc47c8fa7 (Roland C. Dowdeswell <elric@imrryr.org>,
"Turn on -Wextra -Wno-sign-compare -Wno-unused-paramter and fix
issues"), compilers can be persuaded to dislike a single {NULL} and
prefer {NULL, NULL, NULL, NULL}. That patch altered the C code
directly; here we change the generating file to match.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/gssapi/gen-oid.pl