Minor typo fix for wwclient.

This commit is contained in:
Gregory Kurtzer
2020-11-11 22:21:55 -08:00
parent 73c93c362f
commit aeec20fa21

View File

@@ -24,11 +24,7 @@ func main() {
os.Chdir("/warewulf/wwclient-test")
}
config, err := config.New()
if err != nil {
fmt.Printf("ERROR: Could not load configuration file: %s\n", err)
return
}
config := config.New()
localTCPAddr := net.TCPAddr{}
if config.InsecureRuntime == false {