guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: services: networking: Remove unbound variable reference in 'stop'


From: Ludovic Courtès
Subject: 02/07: services: networking: Remove unbound variable reference in 'stop'.
Date: Wed, 19 Sep 2018 12:25:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 241358dc94b3c2039a4aa05bcb18b4d1ef6f6d35
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 19 12:41:45 2018 +0200

    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
    c9436025a90b86047ba2203d58bbf238f8f9b2f9.
---
 gnu/services/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index beb4731..5ba2c6b 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]