Session ses = getSession0(dstLoginId);
if ((ses) == null) Lang.ASSERT_NOT_NULL(ses, "session for " + dstLoginId);
//synchronized (ses) //commented out because of deadlock bug
//{
if (Defines.DEBUG && CAT.isDebugEnabled()) CAT.debug("ICQ FIRES EVENT to core: authorizationResponse: src " + srcLoginId + ", dst " + dstLoginId + ", grant=="+grant+", listener: " + l);
l.authorizationResponse(getNetworkId(), srcLoginId, dstLoginId, grant);
//}
}
}
}