diff options
| author | Michael Biebl <biebl@debian.org> | 2013-02-09 03:22:03 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2013-02-09 03:22:03 +0100 |
| commit | 78efcd2dfec5b6c56c50b1f8e44ed7c61c14553d (patch) | |
| tree | c21aecab13151f626c3b2230ca21cda818c99484 /src/dns-manager/nm-dns-plugin.c | |
| parent | 681370ed77af598691a15eba55b17beb2edc9459 (diff) | |
| parent | e17c5736fc3722ce51cb33f3edb203960125a4c1 (diff) | |
Merge tag 'upstream/0.9.7.997' into experimental
Upstream version 0.9.7.997
Diffstat (limited to 'src/dns-manager/nm-dns-plugin.c')
| -rw-r--r-- | src/dns-manager/nm-dns-plugin.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dns-manager/nm-dns-plugin.c b/src/dns-manager/nm-dns-plugin.c index b26f2b94..e85b2a09 100644 --- a/src/dns-manager/nm-dns-plugin.c +++ b/src/dns-manager/nm-dns-plugin.c @@ -56,8 +56,7 @@ nm_dns_plugin_update (NMDnsPlugin *self, const GSList *vpn_configs, const GSList *dev_configs, const GSList *other_configs, - const char *hostname, - const char *iface) + const char *hostname) { g_return_val_if_fail (NM_DNS_PLUGIN_GET_CLASS (self)->update != NULL, FALSE); @@ -65,8 +64,7 @@ nm_dns_plugin_update (NMDnsPlugin *self, vpn_configs, dev_configs, other_configs, - hostname, - iface); + hostname); } static gboolean |