Skip to content

Commit

Permalink
fix missing feature gate in databroker-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhilTThomas committed Dec 22, 2024
1 parent a27c702 commit 6c1eab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databroker-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pub struct Cli {
}

impl Cli {
#[cfg(feature = "tls")]
pub fn get_ca_cert(&mut self) -> Option<String> {
self.ca_cert.clone()
}
Expand Down

0 comments on commit 6c1eab6

Please sign in to comment.