projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da41f8e
)
RPS: Do not consider unexpected pull replies as protocol violation
author
Julius Bünger
<buenger@mytum.de>
Tue, 26 Feb 2019 11:38:12 +0000
(12:38 +0100)
committer
Julius Bünger
<buenger@mytum.de>
Tue, 26 Feb 2019 11:38:12 +0000
(12:38 +0100)
src/rps/gnunet-service-rps.c
patch
|
blob
|
history
diff --git
a/src/rps/gnunet-service-rps.c
b/src/rps/gnunet-service-rps.c
index b389c5b79e7c58c2dad546d5bbc888c3865da739..63b530e85bce92333a7a5f6591a9fd2787f516e1 100644
(file)
--- 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;
}