Skip to content
Snippets Groups Projects
Commit 907980f1 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix tiny typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0e09ca68
No related branches found
No related tags found
No related merge requests found
...@@ -236,7 +236,7 @@ static int local_hangup(struct ast_channel *ast) ...@@ -236,7 +236,7 @@ static int local_hangup(struct ast_channel *ast)
while(cur) { while(cur) {
if (cur == p) { if (cur == p) {
if (prev) if (prev)
prev->next == cur->next; prev->next = cur->next;
else else
locals = cur->next; locals = cur->next;
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment