Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8a44b2cc
"src/vscode:/vscode.git/clone" did not exist on "ca913a5de06bdcc323d0e109efbfa239496cc08d"
Commit
8a44b2cc
authored
Feb 14, 2020
by
Itamar Haber
Browse files
Fixes segfault on calling trackingGetTotalKeys
... with CSC disabled
parent
090bc0c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tracking.c
View file @
8a44b2cc
...
...
@@ -441,5 +441,6 @@ uint64_t trackingGetTotalItems(void) {
}
uint64_t
trackingGetTotalKeys
(
void
)
{
if
(
TrackingTable
==
NULL
)
return
0
;
return
raxSize
(
TrackingTable
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment