Merge pull request #1773 from runcom/crio-socket-edit

container: crio: change crio socket
This commit is contained in:
Derek Carr 2017-11-14 11:18:15 -05:00 committed by GitHub
commit 49e0496c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ import (
)
const (
CrioSocket = "/var/run/crio.sock"
CrioSocket = "/var/run/crio/crio.sock"
maxUnixSocketPathSize = len(syscall.RawSockaddrUnix{}.Path)
)