Fix RunSetCommandMulti using time for min_compress when calling
RunSetCommand
This commit is contained in:
parent
c6cb0db9bc
commit
7245d36553
@ -584,7 +584,7 @@ static PyObject *_PylibMC_RunSetCommandMulti(PylibMC_Client* self,
|
|||||||
|
|
||||||
bool allsuccess = _PylibMC_RunSetCommand(self, f, fname,
|
bool allsuccess = _PylibMC_RunSetCommand(self, f, fname,
|
||||||
serialized, nkeys,
|
serialized, nkeys,
|
||||||
time);
|
min_compress);
|
||||||
|
|
||||||
if (PyErr_Occurred() != NULL) {
|
if (PyErr_Occurred() != NULL) {
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
Reference in New Issue
Block a user