diff options
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c index 9ac0414..426170f 100644 --- a/conf.c +++ b/conf.c @@ -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; |