[
https://issues.apache.org/jira/browse/TS-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13859604#comment-13859604
]
ASF subversion and git services commented on TS-2459:
-----------------------------------------------------
Commit a407f5f98142e7ddcbff79f8d7a254e50c2447ed in branch refs/heads/master
from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=a407f5f ]
Added TS-2459
> 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: Leif Hedstrom
> 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)