Make sure peer link is removed on hangup.

This commit is contained in:
MelwareDE 2007-04-19 06:51:54 +00:00
parent b53dc5ad06
commit cc90f574e6
1 changed files with 2 additions and 1 deletions

View File

@ -903,7 +903,8 @@ static void interface_cleanup(struct capi_pvt *i)
free(i->qsig_data.pr_propose_pn); free(i->qsig_data.pr_propose_pn);
} }
i->peer = NULL;
i->owner = NULL; i->owner = NULL;
return; return;
} }