mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
sftpd: remove allocator
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ func ServeSubSystemConnection(user *dataprovider.User, connectionID string, read
|
||||
FilePut: connection,
|
||||
FileCmd: connection,
|
||||
FileList: connection,
|
||||
}, sftp.WithRSAllocator())
|
||||
})
|
||||
|
||||
defer server.Close()
|
||||
return server.Serve()
|
||||
|
||||
Reference in New Issue
Block a user