1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 19:29:09 +00:00

Missed some "ref macro" uses

This commit is contained in:
2011-04-06 20:22:04 -07:00
parent a6b57de65d
commit c8cee29c78
2 changed files with 0 additions and 10 deletions

View File

@ -432,8 +432,6 @@ static void INetCliAuthCreatePlayerRequestCallback (
void * param,
const NetCliAuthPlayerInfo & playerInfo
) {
ref(param);
if (IS_NET_ERROR(result)) {
LogMsg(kLogDebug, L"Create player failed: %s", NetErrorToString(result));
}
@ -506,8 +504,6 @@ static void INetCliAuthChangePasswordCallback (
ENetError result,
void * param
) {
ref(param);
if (IS_NET_ERROR(result)) {
LogMsg(kLogDebug, L"Change password failed: %s", NetErrorToString(result));
}