gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 275/324: nse/client: Remove default for 'spawn'.


From: gnunet
Subject: [gnunet-scheme] 275/324: nse/client: Remove default for 'spawn'.
Date: Tue, 21 Sep 2021 13:25:15 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 9b37dcd204b49f6843be9722e5a9ba7c7d6be4d4
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sun Sep 12 16:28:36 2021 +0200

    nse/client: Remove default for 'spawn'.
    
    'connect' always sets it, so it doesn't need to be set here
    as well.  This also prevents accidentally calling 'spawn-fiber' to
    a degree.
    
    * gnu/gnunet/nse/client.scm (reconnect): Remove default for 'spawn'.
---
 gnu/gnunet/nse/client.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/gnunet/nse/client.scm b/gnu/gnunet/nse/client.scm
index 235460f..006d533 100644
--- a/gnu/gnunet/nse/client.scm
+++ b/gnu/gnunet/nse/client.scm
@@ -121,8 +121,7 @@ even if not connected.  This is an idempotent operation."
 
     ;; See 'connect'.
     (define* (reconnect estimate/box request-close-condition config #:key
-                       updated connected disconnected
-                       (spawn spawn-fiber) #:rest rest)
+                       updated connected disconnected spawn #:rest rest)
       (define (handle-estimate! estimate-slice)
        (define estimate
          (%make-estimate

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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