updating nitpick issues in the source file.

This commit is contained in:
Kuralamudhan Ramakrishnan 2018-08-01 15:11:34 +01:00
parent d71fe3447f
commit 88759d29de

View File

@ -381,7 +381,6 @@ func TryLoadK8sDelegates(k8sArgs *types.K8sArgs, conf *types.NetConf, kubeClient
if err != nil {
if _, ok := err.(*NoK8sNetworkError); ok {
return 0, clientInfo, nil
//return 0, nil, nil
}
return 0, nil, fmt.Errorf("Multus: Err in getting k8s network from pod: %v", err)
}