[asterisk-commits] file: branch file/pjsip-dns r410507 - /team/file/pjsip-dns/res/res_pjsip/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Mar 12 15:01:16 CDT 2014
Author: file
Date: Wed Mar 12 15:01:10 2014
New Revision: 410507
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410507
Log:
Update comment.
Modified:
team/file/pjsip-dns/res/res_pjsip/config_global.c
Modified: team/file/pjsip-dns/res/res_pjsip/config_global.c
URL: http://svnview.digium.com/svn/asterisk/team/file/pjsip-dns/res/res_pjsip/config_global.c?view=diff&rev=410507&r1=410506&r2=410507
==============================================================================
--- team/file/pjsip-dns/res/res_pjsip/config_global.c (original)
+++ team/file/pjsip-dns/res/res_pjsip/config_global.c Wed Mar 12 15:01:10 2014
@@ -146,7 +146,7 @@
}
-/*! \brief Helper function which parses resolv.conf and automatically adds nameservers if found */
+/*! \brief Helper function which gets the system nameservers adds them to the nameservers array */
static int system_add_resolv_conf_nameservers(pj_pool_t *pool, pj_str_t *nameservers, unsigned int *count)
{
struct ao2_container *discovered_nameservers;
More information about the asterisk-commits
mailing list