Fix windows old auth reference

pull/191/head
Chip Senkbeil 12 months ago
parent 8cf7f11269
commit 528dea0917
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -1,10 +1,10 @@
use std::ffi::{OsStr, OsString};
use std::io;
use distant_auth::Verifier;
use serde::de::DeserializeOwned;
use serde::Serialize;
use crate::common::authentication::Verifier;
use crate::common::WindowsPipeListener;
use crate::server::{Server, ServerConfig, ServerHandler, WindowsPipeServerRef};
@ -71,11 +71,11 @@ where
#[cfg(test)]
mod tests {
use async_trait::async_trait;
use distant_auth::DummyAuthHandler;
use test_log::test;
use super::*;
use crate::client::Client;
use crate::common::authentication::DummyAuthHandler;
use crate::common::Request;
use crate::server::ServerCtx;

Loading…
Cancel
Save