mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fix incorrect comments
error != success; and 0 != number of bytes written Closes #1806
This commit is contained in:
@@ -593,7 +593,7 @@ void freeFakeClient(struct redisClient *c) {
|
||||
zfree(c);
|
||||
}
|
||||
|
||||
/* Replay the append log file. On error REDIS_OK is returned. On non fatal
|
||||
/* Replay the append log file. On success REDIS_OK is returned. On non fatal
|
||||
* error (the append only file is zero-length) REDIS_ERR is returned. On
|
||||
* fatal error an error message is logged and the program exists. */
|
||||
int loadAppendOnlyFile(char *filename) {
|
||||
|
||||
Reference in New Issue
Block a user