Skip to content

Commit

Permalink
Did not properly understand the initializer
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson committed Jun 12, 2024
1 parent 051616f commit 93ab629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,7 @@ typedef struct {

static inline void initGetKeysResult(getKeysResult *result) {
result->numkeys = 0;
result->size = 0;
result->size = MAX_KEYS_BUFFER;
result->keys = NULL;
}

Expand Down

0 comments on commit 93ab629

Please sign in to comment.