|
|
|
@ -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(); |
|
|
|
|