]> git.ipfire.org Git - thirdparty/krb5.git/commit
Explicitly copy KDB vtable fields
authorGreg Hudson <ghudson@mit.edu>
Wed, 18 Jan 2017 16:40:49 +0000 (11:40 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 19 Jan 2017 23:27:14 +0000 (18:27 -0500)
commit50605efa5058583667227223a75ca44a512f4796
tree59092c13f4311f4aa99ec2dc4074d882b1a5ee0b
parentd406afa363554097ac48646a29249c04f498c88e
Explicitly copy KDB vtable fields

In preparation for bumping the kdb_vftabl minor version, use explicit
field assignments when copying the module vtable to the internal copy,
so that we can conditionalize assignments for minor versions greater
than 0.

ticket: 8538
src/lib/kdb/kdb5.c