From c7fb32bd19c5253ffe1b3d66705c162b37d6e833 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 21 Nov 2000 19:43:11 +0000 Subject: Remove needless memset() from last commit. --- lib/libc/gen/auth_subr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libc/gen/auth_subr.c b/lib/libc/gen/auth_subr.c index 39b0a2bf58f..647c897ea1b 100644 --- a/lib/libc/gen/auth_subr.c +++ b/lib/libc/gen/auth_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth_subr.c,v 1.2 2000/11/21 04:17:44 millert Exp $ */ +/* $OpenBSD: auth_subr.c,v 1.3 2000/11/21 19:43:10 millert Exp $ */ /*- * Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc. @@ -749,7 +749,6 @@ auth_call(auth_session_t *as, char *path, ...) char *argv[64]; /* 64 args should more than enough */ #define Nargc (sizeof(argv)/sizeof(argv[0])) - memset(&(as->ap0), 0, sizeof(as->ap0)); va_start(as->ap0, path); argc = 0; -- cgit v1.2.3