guix-commits
[Top][All Lists]
Advanced

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

29/68: installer: Fix ethernet connection.


From: guix-commits
Subject: 29/68: installer: Fix ethernet connection.
Date: Thu, 17 Jan 2019 08:05:13 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit fb1675cbca68a7ada710640294a26cf0f1b22168
Author: Mathieu Othacehe <address@hidden>
Date:   Wed Dec 5 14:52:04 2018 +0900

    installer: Fix ethernet connection.
    
    * gnu/installer/newt/ethernet.scm (connect-ethernet-service): Return the
    service passed as parameter.
---
 gnu/installer/newt/ethernet.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/installer/newt/ethernet.scm b/gnu/installer/newt/ethernet.scm
index 2cbbfdd..2b02653 100644
--- a/gnu/installer/newt/ethernet.scm
+++ b/gnu/installer/newt/ethernet.scm
@@ -54,7 +54,8 @@ connection is pending."
   (let* ((service-name (service-name service))
          (form (draw-connecting-page service-name)))
     (connman-connect service)
-    (destroy-form-and-pop form)))
+    (destroy-form-and-pop form)
+    service))
 
 (define (run-ethernet-page)
   (let ((services (ethernet-services)))



reply via email to

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