Skip to content

Commit

Permalink
Fix bug in queryable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Oct 28, 2020
1 parent 5fdfe64 commit 33ebd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-router/src/routing/queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub(crate) async fn declare_queryable(
.await;
}
} else {
let rid = face.get_next_local_id();
let rid = someface.get_next_local_id();
Arc::get_mut_unchecked(&mut nonwild_prefix).contexts.insert(
*id,
Arc::new(Context {
Expand Down

0 comments on commit 33ebd0f

Please sign in to comment.