From 847299f39c77b096683f9bbe07d8f07a20c5569a Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 19 Aug 2014 18:39:41 +0000 Subject: Remove unnecessary memset since reload was replaced with restart; from Kent Spillner. --- conf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index e21a47e..fcf5844 100644 --- a/conf.c +++ b/conf.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: conf.c,v 1.173 2014/04/21 12:52:14 okan Exp $ + * $OpenBSD: conf.c,v 1.174 2014/08/19 18:39:41 okan Exp $ */ #include @@ -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; -- cgit v1.2.3-2-gb3c3