Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-2640

Does _TSAssert() really have to return an int (always 0) ?

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • TS API

    Description

      I don't know why, but we have

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

      Why the return 0 ?

      Attachments

        Activity

          People

            Unassigned Unassigned
            zwoop Leif Hedstrom
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: