aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp/mgcp_protocol.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-05 12:07:00 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-05 20:08:22 +0800
commit6357a8e3110a6cdecb5ee8fdbe59d806f257c1ba (patch)
treee317f7de77d6faf422b8ee9b002a8187f10bc27e /openbsc/src/mgcp/mgcp_protocol.c
parenta39ddd5654bcb9fa212eea154c9a00384b31219e (diff)
mgcp: Patch RTP packets again if that is allowed.openbsc/0.9.3
Diffstat (limited to 'openbsc/src/mgcp/mgcp_protocol.c')
-rw-r--r--openbsc/src/mgcp/mgcp_protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/mgcp/mgcp_protocol.c b/openbsc/src/mgcp/mgcp_protocol.c
index ce5265d97..036ddf02a 100644
--- a/openbsc/src/mgcp/mgcp_protocol.c
+++ b/openbsc/src/mgcp/mgcp_protocol.c
@@ -825,4 +825,5 @@ void mgcp_free_endp(struct mgcp_endpoint *endp)
memset(&endp->bts_state, 0, sizeof(endp->bts_state));
endp->conn_mode = endp->orig_mode = MGCP_CONN_NONE;
+ endp->allow_patch = 0;
}