Skip to content

Commit

Permalink
fix: handled review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Aug 28, 2024
1 parent 39dbedf commit 5597230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/collectors/zapi/plugins/svm/svm.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ func (my *SVM) GetNSSwitchInfo() (map[string]Nsswitch, error) {
} else {
ns = Nsswitch{nsdb: []string{nsdb}, nssource: nssourcelist}
}
vserverNsswitchMap[svmName] = ns
}
vserverNsswitchMap[svmName] = ns
}
return vserverNsswitchMap, nil
}
Expand Down

0 comments on commit 5597230

Please sign in to comment.