Skip to content

Commit 3bfaa0f

Browse files
authored
compilation fix for zenoh-c (#1776)
* followup to #1571: reliablity, sourceinfo to unstable * typo fix to pass CI * compilation fix
1 parent e342975 commit 3bfaa0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zenoh/src/api/query.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ impl Reply {
161161
pub unsafe fn empty() -> Self {
162162
Reply {
163163
result: Ok(Sample::empty()),
164+
#[cfg(feature = "unstable")]
164165
replier_id: None,
165166
}
166167
}

0 commit comments

Comments
 (0)