summaryrefslogtreecommitdiffstats
path: root/apppbx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apppbx.cpp')
-rw-r--r--apppbx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apppbx.cpp b/apppbx.cpp
index bf89388..9560103 100644
--- a/apppbx.cpp
+++ b/apppbx.cpp
@@ -3881,12 +3881,12 @@ void EndpointAppPBX::join_join(void)
{
if (other_relation->epoint_id == other_eapp->ea_endpoint->ep_serial)
{
- /* detach other endpoint on hold */
+ /* detach other endpoint on hold */
*other_relation_pointer = other_relation->next;
FREE(other_relation, sizeof(struct join_relation));
cmemuse--;
other_relation = *other_relation_pointer;
- other_eapp->ea_endpoint->ep_join_id = NULL;
+ other_eapp->ea_endpoint->ep_join_id = 0;
continue;
}