about summary refs log tree commit diff
path: root/shared/n-dhcp4/src
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2019-10-07 11:18:33 +0200
committerSebastien Bacher <seb128@ubuntu.com>2019-10-07 11:18:33 +0200
commit2db79403563179c1a29e6292172f5563acf13c70 (patch)
tree7ffefc53c347326e24f28785241f1409a1ecbbf6 /shared/n-dhcp4/src
parent5b9d4e305df987ddad7f3d05afd709a70cddf7fd (diff)
parent790e3946f0274a272fdda4d8697ce31a757a48d2 (diff)
Merge remote-tracking branch 'salsa/master'
Diffstat (limited to 'shared/n-dhcp4/src')
-rw-r--r--shared/n-dhcp4/src/n-dhcp4-c-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/n-dhcp4/src/n-dhcp4-c-probe.c b/shared/n-dhcp4/src/n-dhcp4-c-probe.c
index f1ac3db7..107c18bb 100644
--- a/shared/n-dhcp4/src/n-dhcp4-c-probe.c
+++ b/shared/n-dhcp4/src/n-dhcp4-c-probe.c
@@ -1009,7 +1009,7 @@ int n_dhcp4_client_probe_transition_accept(NDhcp4ClientProbe *probe, NDhcp4Incom
 
                 probe->state = N_DHCP4_CLIENT_PROBE_STATE_BOUND;
 
-                /* XXX: trigger timers */
+                n_dhcp4_client_arm_timer (probe->client);
 
                 break;