diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:30 +0200 |
| commit | 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 (patch) | |
| tree | 4e6220877828be4c6f261de09ec0cb2d80e32389 /src/core/nm-l3cfg.c | |
| parent | bba2e4b4de668db525cbfdfc35292e5a0b51671a (diff) | |
New upstream version 1.47.90 upstream/1.47.90
Diffstat (limited to 'src/core/nm-l3cfg.c')
| -rw-r--r-- | src/core/nm-l3cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-l3cfg.c b/src/core/nm-l3cfg.c index f428d04c..12357fba 100644 --- a/src/core/nm-l3cfg.c +++ b/src/core/nm-l3cfg.c @@ -4338,7 +4338,7 @@ _l3_commit_ndisc_params(NML3Cfg *self, NML3CfgCommitType commit_type) if (l3cd) { reachable_set = nm_l3_config_data_get_ndisc_reachable_time_msec(l3cd, &reachable); retrans_set = nm_l3_config_data_get_ndisc_retrans_timer_msec(l3cd, &retrans); - hop_limit = nm_l3_config_data_get_ndisc_hop_limit(l3cd, &hop_limit); + hop_limit_set = nm_l3_config_data_get_ndisc_hop_limit(l3cd, &hop_limit); } ifname = nm_l3cfg_get_ifname(self, TRUE); |