gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: RPS tests (fix): Do not try


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: RPS tests (fix): Do not try to close files when there are no open ones
Date: Thu, 13 Dec 2018 16:38:35 +0100

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

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new fe4f3105b RPS tests (fix): Do not try to close files when there are no 
open ones
fe4f3105b is described below

commit fe4f3105b7b0f6bc3160b1396fe7af07bde0bd8d
Author: Julius Bünger <address@hidden>
AuthorDate: Thu Dec 13 16:36:37 2018 +0100

    RPS tests (fix): Do not try to close files when there are no open ones
---
 src/rps/test_rps.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 72dc90b17..63a6007ae 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -806,7 +806,6 @@ shutdown_op (void *cls)
       GNUNET_TESTBED_operation_done (rps_peers[i].op);
     }
   }
-  close_all_files();
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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