1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00
Files
guix/gnu/services
Maxim Cournoyer f37ad658ea services: ntp: Fix a crash when using legacy configuration.
Fixes issue #37504 (see: https://bugs.gnu.org/37504).

The bug was caused by the fact that destructuring an <ntp-configuration>
record using match would bind the 'servers' field without using the
compatibility accessor.

* gnu/services/networking.scm (ntp-shepherd-service): Replace `match-lambda'
by distinct `lambda' and `match' calls, so that the 'servers' field can be
generated by applying the `ntp-configuration-servers' procedure to the
configuration object.
2019-10-31 23:37:47 -04:00
..
2019-06-06 22:23:35 +02:00
2019-05-25 15:58:03 +05:30
2019-04-27 15:56:35 +02:00
2019-06-07 09:57:19 +02:00
2019-09-25 08:35:33 +01:00
2019-10-18 23:22:25 +02:00
2019-03-13 23:12:43 +01:00
2019-10-21 18:16:16 +02:00
2017-07-18 20:16:03 +08:00
2017-11-05 15:21:53 +01:00