mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Minor cleanup in audit backend (#2194)
This commit is contained in:
parent
faa975326d
commit
787c3de3fe
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package file
|
||||
package syslog
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
|
@ -112,7 +112,7 @@ func (b *Backend) LogResponse(auth *logical.Auth, req *logical.Request,
|
|||
return err
|
||||
}
|
||||
|
||||
// Write otu to syslog
|
||||
// Write out to syslog
|
||||
_, err = b.logger.Write(buf.Bytes())
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue