mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
init variable
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1593 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -606,11 +606,11 @@ void CNetworkSetup::setWizardMode(bool mode)
|
||||
|
||||
void CNetworkSetup::showCurrentNetworkSettings()
|
||||
{
|
||||
char ip[16];
|
||||
char mask[16];
|
||||
char broadcast[16];
|
||||
char router[16];
|
||||
char nameserver[16];
|
||||
char ip[16] = {0};
|
||||
char mask[16] = {0};
|
||||
char broadcast[16] = {0};
|
||||
char router[16] = {0};
|
||||
char nameserver[16] = {0};
|
||||
std::string text;
|
||||
|
||||
netGetIP(g_settings.ifname, ip, mask, broadcast);
|
||||
|
Reference in New Issue
Block a user