From fbca4ea1171abb65fd8e1f121469adaeb57104df Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 1 Nov 2010 19:49:48 +0100 Subject: mgcp: Fix the indetion of this code. it should use tabs --- openbsc/src/mgcp/mgcp_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/mgcp/mgcp_protocol.c b/openbsc/src/mgcp/mgcp_protocol.c index 840bc14c2..c73031c08 100644 --- a/openbsc/src/mgcp/mgcp_protocol.c +++ b/openbsc/src/mgcp/mgcp_protocol.c @@ -422,7 +422,7 @@ static int allocate_ports(struct mgcp_endpoint *endp) } if (endp->cfg->transcoder_ip && - allocate_port(endp, &endp->transcoder_end, &endp->cfg->transcoder_ports, + allocate_port(endp, &endp->transcoder_end, &endp->cfg->transcoder_ports, mgcp_bind_transcoder_rtp_port) != 0) { mgcp_rtp_end_reset(&endp->net_end); mgcp_rtp_end_reset(&endp->bts_end); -- cgit v1.2.3