From 57a065f9bd8db08f2fd4b3b40fbe26198f1358c1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 10 Aug 2008 12:14:10 +0200 Subject: [PATCH] Fix wrong order of resolvconf arguments --- plugins/resolvconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4