container: crio: change crio socket

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-10-18 11:42:19 +02:00
parent 90bb0524fe
commit 54b661236d
No known key found for this signature in database
GPG Key ID: B2BEAD150DE936B9

View File

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