mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 13:38:30 -04:00
Release 0.2.1
This commit is contained in:
parent
86115e8f48
commit
f22867d2d2
4 changed files with 7 additions and 7 deletions
|
@ -119,8 +119,8 @@ impl TcpConnection {
|
|||
}
|
||||
|
||||
#[cfg(not(feature = "ssl"))]
|
||||
fn enable_ssl(&mut self) -> crate::Result<()> {
|
||||
Ok(())
|
||||
fn enable_ssl(mut self) -> crate::Result<Self> {
|
||||
Ok(self)
|
||||
}
|
||||
|
||||
fn login(&mut self) -> crate::Result<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue