Cleaned up unused variables.

This commit is contained in:
Markus Makela
2015-03-11 18:12:18 +02:00
parent 63d83cd85d
commit 90875c1164
7 changed files with 21 additions and 24 deletions

View File

@ -142,7 +142,7 @@ CONFIG_PARAMETER* params = (CONFIG_PARAMETER*)opt;
handle->shutdown = 0;
handle->defaultUser = NULL;
handle->defaultPasswd = NULL;
handle->id = config_get_gateway_id();
handle->id = MONITOR_DEFAULT_ID;
handle->interval = MONITOR_INTERVAL;
handle->connect_timeout=DEFAULT_CONNECT_TIMEOUT;
handle->read_timeout=DEFAULT_READ_TIMEOUT;