]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Do not call krb5_get_error_message with NULL context
authorJeffrey Altman <jaltman@your-file-system.com>
Fri, 7 Oct 2011 22:45:08 +0000 (18:45 -0400)
committerDerrick Brashear <shadow@dementix.org>
Sun, 9 Oct 2011 17:20:57 +0000 (10:20 -0700)
commit855d3fbcde486640ba60fcce283cebb4bbdafe98
tree90a6f89c03eab5463286bc602df84cf9f01cda3d
parent74a08db14306bf5a7666951c09a6b8866e94e087
Do not call krb5_get_error_message with NULL context

MIT's krb5_get_error_message() ignores the context and can
be called with a NULL context.  Heimdal's version does not.

Derived from http://gerrit.openafs.org/5508 aka commit
9dd9cfa0e1536e0e75628c84605b3d5b8486d69c

The 1.6 branch is sufficiently different from master.

Change-Id: Ie325705a78b155a04a6a9d44800037b72f5b045c
Reviewed-on: http://gerrit.openafs.org/5569
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/WINNT/aklog/aklog.c
src/WINNT/netidmgr_plugin/krb5common.c
src/util/krb5_nt.c