ACL: fix ACLSaveToFile() return value.
This commit is contained in:
parent
fde40f1050
commit
73ae256e3f
@ -1324,7 +1324,7 @@ cleanup:
|
|||||||
if (tmpfilename) unlink(tmpfilename);
|
if (tmpfilename) unlink(tmpfilename);
|
||||||
sdsfree(tmpfilename);
|
sdsfree(tmpfilename);
|
||||||
sdsfree(acl);
|
sdsfree(acl);
|
||||||
return C_OK;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This function is called once the server is already running, modules are
|
/* This function is called once the server is already running, modules are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user