fixed syntax error

This commit is contained in:
Claudio Takahasi 2006-08-28 21:32:20 +00:00
parent 343f72ba28
commit 3f7d61cbef

View File

@ -3253,7 +3253,7 @@ int sdp_process(sdp_session_t *session)
goto end;
}
if (n == 0 || reqhdr->tid != rsphdr->tid)
if (n == 0 || reqhdr->tid != rsphdr->tid) {
err = EPROTO;
goto end;
}