services: networking: Remove unbound variable reference in 'stop'.

* gnu/services/base.scm (static-networking-shepherd-service): Remove
spurious ":" in 'stop' method inadvertently introduced in commit
c9436025a9.
master
Ludovic Courtès 2018-09-19 12:41:45 +02:00
parent 7fd3082522
commit 241358dc94
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -2122,7 +2122,7 @@ This service is not part of @var{%base-services}."
AF_INET INADDR_ANY 0)))
(set-network-interface-flags sock #$interface 0)
(close-port sock)
: #f)))
#f)))
(respawn? #f))))))
(define (static-networking-etc-files interfaces)