Skip to content

Commit

Permalink
Update src/server.h
Browse files Browse the repository at this point in the history
Signed-off-by: ranshid <[email protected]>
  • Loading branch information
ranshid authored Aug 20, 2024
1 parent 1f470f9 commit 5fcc6d8
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 @@ -1015,7 +1015,7 @@ typedef struct blockingState {
listNode *postponed_list_node; /* list node in server.postponed_clients */
listNode *generic_blocked_list_node; /* generic placeholder for blocked clients utility lists.
Since a client cannot be blocked multiple times, we can assume
it will be held in only one extra utility list, so it is O.K maintain a
it will be held in only one extra utility list, so it is ok to maintain a
union of these listNode references. */
};

Expand Down

0 comments on commit 5fcc6d8

Please sign in to comment.