Refine type of SmtpState.probe_network to bool

This commit is contained in:
Dmitry Bogatov
2019-08-01 06:37:06 +00:00
parent 07d7316a9f
commit b2807429cc
2 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ pub struct SmtpState {
pub suspended: i32,
pub doing_jobs: i32,
pub perform_jobs_needed: i32,
pub probe_network: i32,
pub probe_network: bool,
}
// create/open/config/information