"src/vscode:/vscode.git/clone" did not exist on "ca913a5de06bdcc323d0e109efbfa239496cc08d"
Commit 8a44b2cc authored by Itamar Haber's avatar Itamar Haber
Browse files

Fixes segfault on calling trackingGetTotalKeys

... with CSC disabled
parent 090bc0c1
......@@ -441,5 +441,6 @@ uint64_t trackingGetTotalItems(void) {
}
uint64_t trackingGetTotalKeys(void) {
if (TrackingTable == NULL) return 0;
return raxSize(TrackingTable);
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment