don't bother setting verify_mic if its not used after this.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23499 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-08-11 09:59:49 +00:00
parent e9fe84bf9c
commit f462f342a0

View File

@@ -524,7 +524,7 @@ acceptor_complete(OM_uint32 * minor_status,
free(buf.value);
} else
*get_mic = verify_mic = 0;
*get_mic = 0;
return GSS_S_COMPLETE;
}