You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Yu Qing (JIRA)" <ji...@apache.org> on 2013/12/30 09:04:50 UTC

[jira] [Assigned] (TS-2459) two function names spell wrongly

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

Yu Qing reassigned TS-2459:
---------------------------

    Assignee: Yu Qing

> 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
>
> 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 new 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)