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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user