Skip to content
Snippets Groups Projects
Commit 7d561b99 authored by Joshua Colp's avatar Joshua Colp
Browse files

Merged revisions 89260 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r89260 | file | 2007-11-13 21:15:12 -0400 (Tue, 13 Nov 2007) | 4 lines

Return the proper value when the srv_callback function executes properly.
(closes issue #11240)
Reported by: jtodd

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89262 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 76696ac6
Branches
Tags
No related merge requests found
......@@ -143,7 +143,7 @@ static int srv_callback(void *context, unsigned char *answer, int len, unsigned
if (entry)
AST_LIST_INSERT_TAIL(&c->entries, entry, list);
return 0;
return 1;
}
/* Do the bizarre SRV record weight-handling algorithm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment