X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.cpp;h=9560103af841f12e41a4649bc35a3bd39edbde4a;hp=bf893886ec2bae51420e5a5aa87c71954da378d9;hb=258c2e57a441f1fd8ed779bb2d88992aba3c1e65;hpb=da21ec0158f0be010a75d42c058fdc8891498b2d 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; }