Skip to content

Commit

Permalink
Do not use CDNS in IPsate just yet
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Jan 14, 2024
1 parent f8d600e commit f257263
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/ipstats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ bool IPStats::LoadCborFiles(size_t nb_files, char const** fileNames)

bool IPStats::LoadCborFile(char const* fileName)
{
#if 1
return false;
#else
cdns cdns_ctx;
int err;
bool ret = cdns_ctx.open(fileName);
Expand All @@ -184,7 +187,7 @@ bool IPStats::LoadCborFile(char const* fileName)
}
#endif
}

#endif
return ret;
}

Expand Down

0 comments on commit f257263

Please sign in to comment.