mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
Revert "- fix segfault at startup"
This reverts commitb7db53e3c1
. 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:
@@ -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, "");
|
||||
|
Reference in New Issue
Block a user