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
1.6.0
Mark Michelson 18 years ago
parent e0b566d770
commit 2d95565f53

@ -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);

Loading…
Cancel
Save