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: tlyu@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 543 Fix typo for windows versions We omit the patchlevel if it is zero, but the check whether the patchlevel was zero was checking the wrong variable, and thus always succeeding. (cherry picked from commit de80646215b623b1ce16fe8a2c2db85bba531532) https://github.com/krb5/krb5/commit/e0257d30d9046941f0777769a14e3ce707428f35 Author: Ben Kaduk Committer: Tom Yu Commit: e0257d30d9046941f0777769a14e3ce707428f35 Branch: krb5-1.11 src/windows/version.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)