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: 639 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. (cherry picked from commit 50605efa5058583667227223a75ca44a512f4796) https://github.com/krb5/krb5/commit/75b601f18fdccad40fead041ad9e23e41775caf5 Author: Greg Hudson Commit: 75b601f18fdccad40fead041ad9e23e41775caf5 Branch: krb5-1.15 src/lib/kdb/kdb5.c | 79 ++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 58 insertions(+), 21 deletions(-)