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:
db50aad
)
fix RPS service: Provide closure for view insertion
author
Julius Bünger
<buenger@mytum.de>
Tue, 30 Oct 2018 12:15:14 +0000
(13:15 +0100)
committer
Julius Bünger
<buenger@mytum.de>
Tue, 30 Oct 2018 12:55:26 +0000
(13:55 +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 193e444117e5ce16b850da94749cf1c0f54b2bbf..afc159fe1f76ddc4fb25bd6c0c2b5d17dd4f2870 100644
(file)
--- a/
src/rps/gnunet-service-rps.c
+++ b/
src/rps/gnunet-service-rps.c
@@
-2177,7
+2177,7
@@
insert_in_view (struct Sub *sub,
(GNUNET_SYSERR == online) ) /* peer is not even known */
{
(void) issue_peer_online_check (sub, peer);
- (void) schedule_operation (peer_ctx, insert_in_view_op,
NULL
);
+ (void) schedule_operation (peer_ctx, insert_in_view_op,
sub
);
return GNUNET_NO;
}
/* Open channel towards peer to keep connection open */