mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
EventManager: add IDP login trigger and check account action
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -206,7 +206,7 @@ func (fs *CryptFs) Create(name string, flag int) (File, *PipeWriter, func(), err
|
||||
}
|
||||
|
||||
// Truncate changes the size of the named file
|
||||
func (*CryptFs) Truncate(name string, size int64) error {
|
||||
func (*CryptFs) Truncate(_ string, _ int64) error {
|
||||
return ErrVfsUnsupported
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user