mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-24 16:57:02 +00:00
Fix name.
This commit is contained in:
@@ -35,7 +35,7 @@ __ONLP_DEFAULTI_IMPLEMENTATION(onlp_chassisi_hdr_get(onlp_oid_id_t id, onlp_oid_
|
||||
* we provide a default implementation which populates the OID header.
|
||||
*/
|
||||
int __ONLP_DEFAULTI
|
||||
onlp_chassis_info_get(onlp_oid_id_t id, onlp_chassis_info_t* info)
|
||||
onlp_chassisi_info_get(onlp_oid_id_t id, onlp_chassis_info_t* info)
|
||||
{
|
||||
return onlp_chassisi_hdr_get(id, &info->hdr);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user