mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 01:31:21 +00:00
fix some compile warnings
This commit is contained in:
@ -3525,7 +3525,7 @@ void sentinelSetCommand(client *c) {
|
||||
badfmt: /* Bad format errors */
|
||||
if (changes) sentinelFlushConfig();
|
||||
addReplyErrorFormat(c,"Invalid argument '%s' for SENTINEL SET '%s'",
|
||||
c->argv[badarg]->ptr,option);
|
||||
(char*)c->argv[badarg]->ptr,option);
|
||||
}
|
||||
|
||||
/* Our fake PUBLISH command: it is actually useful only to receive hello messages
|
||||
|
Reference in New Issue
Block a user