Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 566 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. https://github.com/krb5/krb5/commit/50605efa5058583667227223a75ca44a512f4796 Author: Greg Hudson Commit: 50605efa5058583667227223a75ca44a512f4796 Branch: master src/lib/kdb/kdb5.c | 79 ++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 58 insertions(+), 21 deletions(-)