Skip to content

Commit

Permalink
updating function parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hwware committed May 23, 2023
1 parent e70b49d commit b9ff259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,7 @@ uint32_t getHostnamePingExtSize(void) {
return getAlignedPingExtSize(sdslen(myself->hostname) + 1);
}

uint32_t getHumanNodenamePingExtSize() {
uint32_t getHumanNodenamePingExtSize(void) {
if (sdslen(myself->human_nodename) == 0) {
return 0;
}
Expand Down

0 comments on commit b9ff259

Please sign in to comment.