ACL: fix ACLSaveToFile() return value.

This commit is contained in:
antirez 2019-02-22 12:45:13 +01:00
parent 2bea3929d0
commit 07473feaeb

View File

@ -1324,7 +1324,7 @@ cleanup:
if (tmpfilename) unlink(tmpfilename);
sdsfree(tmpfilename);
sdsfree(acl);
return C_OK;
return retval;
}
/* This function is called once the server is already running, modules are