Menu

#421 TTI: tau_getTrnDirectory() compares different topographie counters

3.0.0.0
closed
#2370 (1)
2024-02-05
2023-02-27
No

tau_getTrnDirectory() compares trnTopoCnt with etbTopoCnt to detect changes, which is always true, because those are two different topographie counters.

    if (appHandle->pTTDB->trnDir.cstCnt == 0 ||
        appHandle->pTTDB->trnDir.trnTopoCnt != appHandle->etbTopoCnt)     /* need update? */
    {
        ttiRequestTTDBdata(appHandle, TTDB_TRN_DIR_REQ_COMID, NULL);
        return TRDP_NODATA_ERR;
    }

Discussion

  • Armin-Hagen Weiss

    • labels: --> #2370
    • status: open --> closed
    • assigned_to: Armin-Hagen Weiss
     
  • Armin-Hagen Weiss

    Already fixed in #2370

     

    Last edit: Armin-Hagen Weiss 2023-02-27

Log in to post a comment.

MongoDB Logo MongoDB