mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
interface_exists_global was never returning 1. Most likely an error from my merge on Friday.
(closes issue #10817, reported and patched by snar, patch simplified by me) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83656 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -884,6 +884,7 @@ static int interface_exists_global(const char *interface)
|
||||
ao2_ref(mem, -1);
|
||||
ao2_unlock(q);
|
||||
queue_unref(q);
|
||||
ret = 1;
|
||||
break;
|
||||
}
|
||||
ao2_unlock(q);
|
||||
|
Reference in New Issue
Block a user