Added missing log mapping for TRANSFER_OUT_REQUEST

This commit is contained in:
Armin Novak 2021-06-21 12:56:17 +02:00 committed by akallabeth
parent f1dc3a0494
commit 0355bbc51f
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ static const char* call_to_string_proxy_server(UINT32 functionId)
case TRANSFER_IN_REQUEST:
return "TRANSFER_IN_REQUEST [proxy|server]";
case TRANSFER_OUT_REQUEST:
return "TRANSFER_OUT_REQUEST [proxy|server]";
default:
return "UNKNOWN [proxy|server]";
}