minor refactoring

This commit is contained in:
vladimir
2022-11-10 17:36:58 +02:00
parent f43cf9974d
commit c43f6fe463
4 changed files with 13 additions and 13 deletions

View File

@@ -25,8 +25,8 @@ func InitNFCT() error {
return nil
}
// DeinitNFCT deinitializes the network filter conntrack library.
func DeinitNFCT() {
// TeardownNFCT deinitializes the network filter conntrack library.
func TeardownNFCT() {
_ = nfct.Close()
}