zapit: memset info

Origin commit data
------------------
Branch: ni/coolstream
Commit: 920a119833
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2013-10-20 (Sun, 20 Oct 2013)

Origin message was:
------------------
- zapit: memset info

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2013-10-20 10:11:53 +02:00
committed by vanhofen
parent 1e1c193e93
commit ac7cfbb1fd

View File

@@ -171,6 +171,7 @@ CFrontend::CFrontend(int Number, int Adapter)
feTimeout = 40;
currentVoltage = SEC_VOLTAGE_OFF;
currentToneMode = SEC_TONE_ON;
memset(&info, 0, sizeof(info));
}
CFrontend::~CFrontend(void)