[ 
https://issues.apache.org/jira/browse/TS-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-2459:
------------------------------

    Fix Version/s: 4.2.0

> two function names spell wrongly
> --------------------------------
>
>                 Key: TS-2459
>                 URL: https://issues.apache.org/jira/browse/TS-2459
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Configuration
>            Reporter: Yu Qing
>            Assignee: Yu Qing
>             Fix For: 4.2.0
>
>         Attachments: 0001-TS-2459-two-function-names-spell-wrongly.patch
>
>
> in lib/records/I_RecCore.h and lib/records/RecCore.cc, these two functions 
> spell wrongly:
>   int RecLinkConfigInk32(const char *name, int32_t * p_int32);
>   int RecLinkConfigInkU32(const char *name, uint32_t * p_uint32);
> "Ink" should be "Int". the renamed functions as:
>   int RecLinkConfigInt32(const char *name, int32_t * p_int32);
>   int RecLinkConfigUInt32(const char *name, uint32_t * p_uint32);



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to