Fixed an incorrect call to gssEapWrapOrGetMIC in gss_delete_sec_context()
authorAlexey Melnikov <alexey.melnikov@isode.com>
Mon, 13 Jun 2011 17:40:54 +0000 (18:40 +0100)
committerSam Hartman <hartmans@debian.org>
Fri, 1 Jul 2011 10:20:20 +0000 (06:20 -0400)
commitcd4ab0182d5d4c8e041a16ffa05e1271b89f3978
tree9a704c5e45ec423993570cfca5a8bd6c0decf6e0
parent13d705c017438dc87f94d32fe46bf2b6850e3ca1
Fixed an incorrect call to gssEapWrapOrGetMIC in gss_delete_sec_context()

The 4th parameter is a pointer to int and not an int. This was reported
as a warning by VC on Windows.
mech_eap/delete_sec_context.c