fixed: command <list history> (nzbget -L H) didn't work (bug introduced in r373)

This commit is contained in:
Andrey Prygunkov
2010-01-29 08:53:04 +00:00
parent 73449e4407
commit 5cd476687e

View File

@@ -447,6 +447,10 @@ void ProcessClientRequest()
Client->RequestServerPauseUnpause(false, eRemotePauseUnpauseActionScan);
break;
case Options::opClientRequestHistory:
Client->RequestHistory();
break;
case Options::opClientNoOperation:
break;
}