hnp代码告警修改

Signed-off-by: 陈其文 <chenqiwen6@huawei.com>
This commit is contained in:
陈其文 2024-10-16 10:28:20 +08:00
parent 09178d4f60
commit 6416688a1d

View File

@ -292,6 +292,8 @@ int HnpPathFileCount(const char *path)
num++;
}
closedir(dir);
return num;
#endif
}