aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp/mgcp_protocol.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-01 18:52:04 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-01 18:52:04 +0100
commit88c6eeaa7d117dc270da1c29c131e192c0b49c8c (patch)
treeb2e5013f9c902a7fb9c3b2c4dce34aac7fd301cf /openbsc/src/mgcp/mgcp_protocol.c
parent1ebad7437729d6abbf5308de19161b0574e3451a (diff)
[mgcp] Set the right variable back to NULL
Diffstat (limited to 'openbsc/src/mgcp/mgcp_protocol.c')
-rw-r--r--openbsc/src/mgcp/mgcp_protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/mgcp/mgcp_protocol.c b/openbsc/src/mgcp/mgcp_protocol.c
index f7ef5470d..a825e92f5 100644
--- a/openbsc/src/mgcp/mgcp_protocol.c
+++ b/openbsc/src/mgcp/mgcp_protocol.c
@@ -732,7 +732,7 @@ void mgcp_free_endp(struct mgcp_endpoint *endp)
if (endp->local_options) {
talloc_free(endp->local_options);
- endp->callid = NULL;
+ endp->local_options = NULL;
}
if (!endp->cfg->early_bind) {