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)
commit9aed0f3ff77605e04e946d9d69191f922f893925
tree2e9ed271e91b70b9f719e8d2d8fbc4f078840a02
parent565f2aad8a34d3bd48b82f75a2cbc52f41b8464d
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.
moonshot/mech_eap/delete_sec_context.c