[asterisk-commits] file: trunk r89262 - in /trunk: ./ main/srv.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Nov 13 19:16:51 CST 2007
Author: file
Date: Tue Nov 13 19:16:50 2007
New Revision: 89262
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89262
Log:
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
........
Modified:
trunk/ (props changed)
trunk/main/srv.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/srv.c
URL: http://svn.digium.com/view/asterisk/trunk/main/srv.c?view=diff&rev=89262&r1=89261&r2=89262
==============================================================================
--- trunk/main/srv.c (original)
+++ trunk/main/srv.c Tue Nov 13 19:16:50 2007
@@ -143,7 +143,7 @@
if (entry)
AST_LIST_INSERT_TAIL(&c->entries, entry, list);
- return 0;
+ return 1;
}
/* Do the bizarre SRV record weight-handling algorithm
More information about the asterisk-commits
mailing list