mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-23 22:04:06 +08:00
🐛 fix ftp conn not store
This commit is contained in:
parent
2434ac54d0
commit
f26ac57569
@ -21,6 +21,7 @@ func (driver FTP) Login(account *model.Account) (*ftp.ServerConn, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
connMap[account.Name] = conn
|
||||
return conn, nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user