You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2014/03/15 05:06:46 UTC

[jira] [Created] (TS-2640) Does _TSAssert() really have to return an int (always 0) ?

Leif Hedstrom created TS-2640:
---------------------------------

             Summary: Does _TSAssert() really have to return an int (always 0) ?
                 Key: TS-2640
                 URL: https://issues.apache.org/jira/browse/TS-2640
             Project: Traffic Server
          Issue Type: Improvement
          Components: TS API
            Reporter: Leif Hedstrom


I don't know why, but we have

{code}
_TSAssert(const char *text, const char *file, int line)
{
  _ink_assert(text, file, line);
  return 0;
}
{code}

Why the return 0 ?




--
This message was sent by Atlassian JIRA
(v6.2#6252)