Skip to content

Commit

Permalink
Fix backend lib prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Apr 21, 2023
1 parent 8be828b commit 4a45e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/zenoh-plugin-storage-manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ impl RunningPluginTrait for StorageRuntime {
}
}

const BACKEND_LIB_PREFIX: &str = "zbackend_";
const BACKEND_LIB_PREFIX: &str = "zenoh_backend_";
const MEMORY_BACKEND_NAME: &str = "memory";

fn with_extended_string<R, F: FnMut(&mut String) -> R>(
Expand Down

0 comments on commit 4a45e59

Please sign in to comment.