diff options
Diffstat (limited to 'gnu/services/networking.scm')
| -rw-r--r-- | gnu/services/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 93d9b6a15e4..841fbd741e7 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm | |||
| @@ -345,7 +345,7 @@ Protocol (DHCP) client, on all the non-loopback network interfaces." | |||
| 345 | (res '())) | 345 | (res '())) |
| 346 | (if (list? x) | 346 | (if (list? x) |
| 347 | (fold loop res x) | 347 | (fold loop res x) |
| 348 | (cons (format #f "~s" x) res))))) | 348 | (cons (format #f "~a" x) res))))) |
| 349 | 349 | ||
| 350 | (match ntp-server | 350 | (match ntp-server |
| 351 | (($ <ntp-server> type address options) | 351 | (($ <ntp-server> type address options) |
