check for value of get_mic, not that is a pointer. cid#141

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24108 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-12-11 05:01:00 +00:00
parent 7f51de4922
commit 0e01d8fa11

View File

@@ -494,7 +494,7 @@ acceptor_complete(OM_uint32 * minor_status,
*get_mic = 1;
}
if (verify_mic || get_mic) {
if (verify_mic || *get_mic) {
int eret;
size_t buf_len;