Minor typo fix for wwclient.
This commit is contained in:
@@ -24,11 +24,7 @@ func main() {
|
|||||||
os.Chdir("/warewulf/wwclient-test")
|
os.Chdir("/warewulf/wwclient-test")
|
||||||
}
|
}
|
||||||
|
|
||||||
config, err := config.New()
|
config := config.New()
|
||||||
if err != nil {
|
|
||||||
fmt.Printf("ERROR: Could not load configuration file: %s\n", err)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
localTCPAddr := net.TCPAddr{}
|
localTCPAddr := net.TCPAddr{}
|
||||||
if config.InsecureRuntime == false {
|
if config.InsecureRuntime == false {
|
||||||
|
|||||||
Reference in New Issue
Block a user