gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/02: RPS: Do not consider unexpected pull replie


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: RPS: Do not consider unexpected pull replies as protocol violation
Date: Tue, 26 Feb 2019 12:39:25 +0100

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

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

commit 75ac7abc6b640a824bc923ae7444a6e788d40adb
Author: Julius Bünger <address@hidden>
AuthorDate: Tue Feb 26 12:38:12 2019 +0100

    RPS: Do not consider unexpected pull replies as protocol violation
---
 src/rps/gnunet-service-rps.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index b389c5b79..63b530e85 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -3633,8 +3633,6 @@ check_peer_pull_reply (void *cls,
                                 1,
                                 GNUNET_NO);
     }
-    GNUNET_break_op (0);
-    return GNUNET_SYSERR;
   }
   return GNUNET_OK;
 }

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



reply via email to

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