Revert "- fix segfault at startup"

This reverts commit b7db53e3c1.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8bd88c94af
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-03 (Fri, 03 Mar 2017)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-03-03 00:07:10 +01:00
parent b7db53e3c1
commit 52d1c476c0

View File

@@ -511,7 +511,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
if (timer_remotebox_itemcount) {
for (int i = 0; i < timer_remotebox_itemcount; i++) {
timer_remotebox_item timer_rb;
//NI memset(&timer_rb, 0, sizeof(struct timer_remotebox_item));
memset(&timer_rb, 0, sizeof(struct timer_remotebox_item));
std::string k;
k = "timer_remotebox_ip_" + to_string(i);
timer_rb.rbaddress = configfile.getString(k, "");