mirror of
https://codeberg.org/YGGverse/psocks.git
synced 2026-03-31 16:35:28 +00:00
remove old error handler after list init relocation
This commit is contained in:
parent
8de35ff3a6
commit
2a39387a48
1 changed files with 0 additions and 4 deletions
|
|
@ -46,10 +46,6 @@ async fn rocket() -> _ {
|
|||
let list = Arc::new(
|
||||
List::from_opt(&opt.allow_list, opt.cache.clone())
|
||||
.await
|
||||
.map_err(|err| {
|
||||
error!("Can't parse list: `{err}`");
|
||||
SocksError::ArgumentInputError("Can't parse list")
|
||||
})
|
||||
.unwrap(),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue