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

@ -904,6 +904,7 @@ static void interface_cleanup(struct capi_pvt *i)
}
i->peer = NULL;
i->owner = NULL;
return;
}