mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
re-vendor syslog log driver
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
fb7e9a908b
commit
00caf03132
3 changed files with 49 additions and 31 deletions
5
vendor/github.com/RackSec/srslog/srslog.go
generated
vendored
5
vendor/github.com/RackSec/srslog/srslog.go
generated
vendored
|
@ -77,10 +77,7 @@ func DialWithTLSConfig(network, raddr string, priority Priority, tag string, tls
|
|||
tlsConfig: tlsConfig,
|
||||
}
|
||||
|
||||
w.Lock()
|
||||
defer w.Unlock()
|
||||
|
||||
err := w.connect()
|
||||
_, err := w.connect()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue