cvsimport

This commit is contained in:
okan
2013-12-17 16:12:18 +00:00
5 changed files with 6 additions and 5 deletions

2
conf.c
View File

@@ -226,7 +226,7 @@ conf_init(struct conf *c)
{
u_int i;
bzero(c, sizeof(*c));
(void)memset(c, 0, sizeof(*c));
c->bwidth = CONF_BWIDTH;
c->mamount = CONF_MAMOUNT;