Do not call krb5_get_error_message with NULL context
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 27 Sep 2011 17:49:52 +0000 (13:49 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Sat, 1 Oct 2011 04:41:14 +0000 (21:41 -0700)
commit9dd9cfa0e1536e0e75628c84605b3d5b8486d69c
tree3d5ff571bfff2d367ee859a25fba88b867ac47cf
parent39d5bb10b0c90f021a096b44a65abc525ef7e2e8
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.

Change-Id: I31801b0e0044e5e724298404645517e4425b0f09
Reviewed-on: http://gerrit.openafs.org/5508
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/aklog/aklog.c
src/WINNT/netidmgr_plugin/krb5common.c
src/libadmin/adminutil/afs_utilAdmin.c