diff options
| author | Michael Biebl <biebl@debian.org> | 2013-02-20 23:06:45 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2013-02-20 23:06:45 +0100 |
| commit | 8d275584fc94f398f0a7c990dcd057533d9a5856 (patch) | |
| tree | 1bf4a928e201222a008e6776799d174ee3223be3 /src/nm-device.c | |
| parent | e17c5736fc3722ce51cb33f3edb203960125a4c1 (diff) | |
Imported Upstream version 0.9.8.0 upstream/0.9.8.0
Diffstat (limited to 'src/nm-device.c')
| -rw-r--r-- | src/nm-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-device.c b/src/nm-device.c index b0810680..9fe914f0 100644 --- a/src/nm-device.c +++ b/src/nm-device.c @@ -339,7 +339,7 @@ update_accept_ra_save (NMDevice *self) if (!nm_utils_get_proc_sys_net_value_with_bounds (priv->ip6_accept_ra_path, ip_iface, &priv->ip6_accept_ra_save, - 0, 1)) { + 0, 2)) { g_free (priv->ip6_accept_ra_path); priv->ip6_accept_ra_path = NULL; } |