mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Missed use of the ref macro.
See e158881def12.
This commit is contained in:
@ -78,7 +78,7 @@ static void LookupCallback (
|
||||
unsigned addrCount,
|
||||
const NetAddress addrs[]
|
||||
) {
|
||||
ref(name);
|
||||
REF(name);
|
||||
|
||||
DNSParam * p = (DNSParam *)param;
|
||||
if (addrCount) {
|
||||
|
@ -154,7 +154,7 @@ static bool Recv_PingReply (
|
||||
unsigned bytes,
|
||||
void *
|
||||
) {
|
||||
ref(bytes);
|
||||
REF(bytes);
|
||||
|
||||
const Auth2Cli_PingReply & reply = *(const Auth2Cli_PingReply *)msg;
|
||||
|
||||
@ -415,7 +415,7 @@ static bool AuthSocketNotifyCallback (
|
||||
//============================================================================
|
||||
static bool Recv_File2Cli_ManifestReply (FileConn * conn, const File2Cli_ManifestReply & msg) {
|
||||
|
||||
ref(conn);
|
||||
REF(conn);
|
||||
|
||||
FileTrans * trans;
|
||||
s_critsect.Enter();
|
||||
|
Reference in New Issue
Block a user