-
- Downloads
contrib/pjproject: Fix offset by 1 error
Variables `stun_sock->*_nb` are initialized to -1 and incremented by 1 for each new socket. Thus, the `<=` comparison operator should be used for iteration instead of `<`. Gitlab: #613 Change-Id: I3c6971f533ead466b25381f3d4edbc4dc1827950
Please register or sign in to comment