Keep defaultSocketPath the same as before

This commit is contained in:
Michael Cambria 2018-10-10 11:35:57 -04:00
parent 396f51afab
commit 22b11bb367

View File

@ -29,7 +29,7 @@ import (
"github.com/containernetworking/cni/pkg/version"
)
const defaultSocketPath = "/run/cni/defaultdhcp.sock"
const defaultSocketPath = "/run/cni/dhcp.sock"
func main() {
if len(os.Args) > 1 && os.Args[1] == "daemon" {