From: Marcel Holtmann Date: Sun, 10 Aug 2008 10:14:10 +0000 (+0200) Subject: Fix wrong order of resolvconf arguments X-Git-Tag: 0.1~247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57a065f9bd8db08f2fd4b3b40fbe26198f1358c1;p=platform%2Fupstream%2Fconnman.git Fix wrong order of resolvconf arguments --- diff --git a/plugins/resolvconf.c b/plugins/resolvconf.c index e512f2b..779c68f 100644 --- a/plugins/resolvconf.c +++ b/plugins/resolvconf.c @@ -51,7 +51,7 @@ static int resolvconf_probe(struct connman_element *element) return -EINVAL; cmd = g_strdup_printf("echo \"nameserver %s\" | %s -a %s", - RESOLVCONF, nameserver, + nameserver, RESOLVCONF, element->netdev.name); DBG("%s", cmd);