fix compiler warning and coding style in rtp_proxy

This commit is contained in:
Harald Welte 2009-12-20 17:07:23 +01:00
parent a037902323
commit 9fb1f1065a
1 changed files with 3 additions and 2 deletions

View File

@ -666,9 +666,10 @@ int rtp_socket_proxy(struct rtp_socket *this, struct rtp_socket *other)
}
/* bind RTP/RTCP socket to application */
int rtp_socket_upstream(struct rtp_socket *this, struct gsm_network *net, u_int32_t callref)
int rtp_socket_upstream(struct rtp_socket *this, struct gsm_network *net,
u_int32_t callref)
{
DEBUGP(DMUX, "rtp_socket_proxy(this=%p, callref=%lu)\n",
DEBUGP(DMUX, "rtp_socket_proxy(this=%p, callref=%u)\n",
this, callref);
if (callref) {