Fix RunSetCommandMulti using time for min_compress when calling

RunSetCommand
master
John Watson 2010-10-09 11:38:02 -07:00
parent c6cb0db9bc
commit 7245d36553
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ static PyObject *_PylibMC_RunSetCommandMulti(PylibMC_Client* self,
bool allsuccess = _PylibMC_RunSetCommand(self, f, fname,
serialized, nkeys,
time);
min_compress);
if (PyErr_Occurred() != NULL) {
goto cleanup;