Lol, this is one of those rather silly asserts if I recall corectly. The function is this:
uint8 GetSecureIdentState() {
if (m_SecureIdentState != IS_UNAVAILABLE) {
if (!SecIdentSupRec) {
printf("\nWrong Tags on SecIdentState packet!!\n");
printf("%s\n",unicode2char(GetClientFullInfo()));
printf("User Disconnected.\n");
}
wxASSERT(SecIdentSupRec);
}
return m_SecureIdentState;
}
I cant really see any immediate need for this, however it might be worth looking into.
