Fix compile warning/error
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@673 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -460,7 +460,7 @@ static void set_ip4_config_from_resolv_conf (const char *filename, NMIP4Config *
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* Allow space-separated search domains */
|
/* Allow space-separated search domains */
|
||||||
if (split_searches = g_strsplit (searches, " ", 0))
|
if ((split_searches = g_strsplit (searches, " ", 0)))
|
||||||
{
|
{
|
||||||
int m, srch_len;
|
int m, srch_len;
|
||||||
|
|
||||||
|
@@ -419,7 +419,7 @@ static void set_ip4_config_from_resolv_conf (const char *filename, NMIP4Config *
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* Allow space-separated search domains */
|
/* Allow space-separated search domains */
|
||||||
if (split_searches = g_strsplit (searches, " ", 0))
|
if ((split_searches = g_strsplit (searches, " ", 0)))
|
||||||
{
|
{
|
||||||
int m, srch_len;
|
int m, srch_len;
|
||||||
|
|
||||||
|
@@ -384,7 +384,7 @@ static void set_ip4_config_from_resolv_conf (const char *filename, NMIP4Config *
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* Allow space-separated search domains */
|
/* Allow space-separated search domains */
|
||||||
if (split_searches = g_strsplit (searches, " ", 0))
|
if ((split_searches = g_strsplit (searches, " ", 0)))
|
||||||
{
|
{
|
||||||
int m, srch_len;
|
int m, srch_len;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user