summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2014-08-19 18:39:41 +0000
committerokan <okan>2014-08-19 18:39:41 +0000
commit6c835fd5854bab5de651757ba987b660ceb492a1 (patch)
treea7155184505d12d7852b92b8f675ee3478adddf8 /conf.c
parent01cca3c114a6a4b82892c7c6f34b00dd898a5900 (diff)
downloadcwm-6c835fd5854bab5de651757ba987b660ceb492a1.tar.gz
cwm-6c835fd5854bab5de651757ba987b660ceb492a1.tar.xz
cwm-6c835fd5854bab5de651757ba987b660ceb492a1.zip
Remove unnecessary memset since reload was replaced with restart;
from Kent Spillner.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index 8a2854c..528cdf2 100644
--- a/conf.c
+++ b/conf.c
@@ -250,8 +250,6 @@ conf_init(struct conf *c)
 {
 	unsigned int	i;
 
-	(void)memset(c, 0, sizeof(*c));
-
 	c->bwidth = CONF_BWIDTH;
 	c->mamount = CONF_MAMOUNT;
 	c->snapdist = CONF_SNAPDIST;