inejge / ldap3

A pure-Rust LDAP library using the Tokio stack
Apache License 2.0
220 stars 38 forks source link

Add a missing #[cfg(unix)] #7

Closed Atte closed 7 years ago

Atte commented 7 years ago

LdapWrapper::connect_unix was missing a #[cfg(unix)], causing the build to fail on Windows. With this change the build is successful.

inejge commented 7 years ago

Whoops. Thanks for the PR! Aside from this blunder, how does the library work on Windows?