Fixed bug with SSL domain verification.
This commit is contained in:
parent
b277db71e0
commit
536521e349
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ fn main() {
|
|||
nickname: Some("pickles".to_owned()),
|
||||
server: Some("irc.fyrechat.net".to_owned()),
|
||||
channels: Some(vec!["#irc-crate".to_owned()]),
|
||||
port: Some(6697),
|
||||
use_ssl: Some(true),
|
||||
..Default::default()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue