RPS: Do not consider unexpected pull replies as protocol violation
authorJulius Bünger <buenger@mytum.de>
Tue, 26 Feb 2019 11:38:12 +0000 (12:38 +0100)
committerJulius Bünger <buenger@mytum.de>
Tue, 26 Feb 2019 11:38:12 +0000 (12:38 +0100)
src/rps/gnunet-service-rps.c

index b389c5b79e7c58c2dad546d5bbc888c3865da739..63b530e85bce92333a7a5f6591a9fd2787f516e1 100644 (file)
@@ -3633,8 +3633,6 @@ check_peer_pull_reply (void *cls,
                                 1,
                                 GNUNET_NO);
     }
-    GNUNET_break_op (0);
-    return GNUNET_SYSERR;
   }
   return GNUNET_OK;
 }