disable lsd

This commit is contained in:
Marcos Pinto 2007-11-18 04:30:18 +00:00
parent f5f7f04e1e
commit 77f6be5aac

View File

@ -1642,13 +1642,13 @@ static PyObject *torrent_use_lsd(PyObject *self, PyObject *args)
python_long action;
PyArg_ParseTuple(args, "i", &action);
if (action){
/* if (action){
M_ses->start_lsd();
}
else{
M_ses->stop_lsd();
}
*/
Py_INCREF(Py_None); return Py_None;
}