From: Marcel Holtmann Date: Mon, 15 Dec 2008 08:41:20 +0000 (+0100) Subject: Execute resolvconf commands X-Git-Tag: 0.4~1 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=548a9238633420375bc6aa847279cd9ad2c8dd6f;p=connman Execute resolvconf commands --- diff --git a/plugins/resolvconf.c b/plugins/resolvconf.c index 41f649c..0a1c036 100644 --- a/plugins/resolvconf.c +++ b/plugins/resolvconf.c @@ -51,8 +51,7 @@ static int resolvconf_append(const char *interface, const char *domain, DBG("%s", cmd); - //err = system(cmd); - err = 0; + err = system(cmd); g_free(cmd); @@ -71,8 +70,7 @@ static int resolvconf_remove(const char *interface, const char *domain, DBG("%s", cmd); - //err = system(cmd); - err = 0; + err = system(cmd); g_free(cmd);