From: <sea...@us...> - 2006-10-23 17:54:12
|
Revision: 17565 http://svn.sourceforge.net/gaim/?rev=17565&view=rev Author: seanegan Date: 2006-10-23 10:53:55 -0700 (Mon, 23 Oct 2006) Log Message: ----------- [ 1582776 ] Re-init resolver when libnm connection changes Modified Paths: -------------- trunk/COPYRIGHT trunk/libgaim/network.c Modified: trunk/COPYRIGHT =================================================================== --- trunk/COPYRIGHT 2006-10-23 01:07:27 UTC (rev 17564) +++ trunk/COPYRIGHT 2006-10-23 17:53:55 UTC (rev 17565) @@ -62,6 +62,7 @@ Jason Cohen Todd Cohen Jono Cole +Lorenzo Colitti Nathan Conrad Felipe Contreras Alex Converse Modified: trunk/libgaim/network.c =================================================================== --- trunk/libgaim/network.c 2006-10-23 01:07:27 UTC (rev 17564) +++ trunk/libgaim/network.c 2006-10-23 17:53:55 UTC (rev 17565) @@ -543,6 +543,8 @@ switch(current) { case LIBNM_ACTIVE_NETWORK_CONNECTION: + /* Call res_init in case DNS servers have changed */ + res_init(); ui_ops->network_connected(); prev = current; break; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |