add missing error-code parameter

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@286 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
aymeric 2009-03-03 14:28:10 +00:00
parent 6995742be0
commit 277898acf6

View file

@ -244,6 +244,7 @@ _ice_createErrorResponse(StunMessage *response, int cl, int number, const char*
response->errorCode.errorClass = cl;
response->errorCode.number = number;
strcpy(response->errorCode.reason, msg);
response->errorCode.sizeReason = strlen(msg);
}
int ice_process_stun_message(RtpSession *session, struct CandidatePair *remote_candidates, OrtpEvent *evt)