Skip to content

Commit

Permalink
Update zenoh/src/net/routing/interceptor/authorization.rs
Browse files Browse the repository at this point in the history
Co-authored-by: oteffahi <[email protected]>
  • Loading branch information
Mallets and oteffahi authored Apr 29, 2024
1 parent 52fa51f commit 05feb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/net/routing/interceptor/authorization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl PolicyEnforcer {
}
for subject in &config_rule.interfaces {
if subject.trim().is_empty() {
bail!("error from bad interface value");
bail!("found an empty interface value in interfaces list");
}
for flow in &config_rule.flows {
for action in &config_rule.actions {
Expand Down

0 comments on commit 05feb4c

Please sign in to comment.