Initialize t to silence uninit warning

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2014-08-25 01:02:57 +02:00
parent 68bd14ffd1
commit e3d208905d

View File

@ -371,7 +371,7 @@ static void configfile_read_units(void)
static void configfile_read_attrs(void)
{
int i, nattrs, t;
int i, nattrs, t = 0;
nattrs = cfg_size(cfg, "attr");