Skip to content

Commit d53cafa

Browse files
AkhilTThomasSebastianSchildt
authored andcommitted
fix missing feature gate in databroker-cli
1 parent 94a9758 commit d53cafa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

databroker-cli/src/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ pub struct Cli {
6161
}
6262

6363
impl Cli {
64+
#[cfg(feature = "tls")]
6465
pub fn get_ca_cert(&mut self) -> Option<String> {
6566
self.ca_cert.clone()
6667
}

0 commit comments

Comments
 (0)