diff options
-rw-r--r-- | lib/libc/gen/authenticate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/authenticate.c b/lib/libc/gen/authenticate.c index c4c236de3d5..e78754889a5 100644 --- a/lib/libc/gen/authenticate.c +++ b/lib/libc/gen/authenticate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authenticate.c,v 1.13 2002/10/15 20:16:08 millert Exp $ */ +/* $OpenBSD: authenticate.c,v 1.14 2005/06/26 16:39:14 millert Exp $ */ /*- * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. @@ -490,5 +490,6 @@ auth_verify(auth_session_t *as, char *style, char *name, ...) auth_set_va_list(as, ap); auth_call(as, path, auth_getitem(as, AUTHV_STYLE), "-s", auth_getitem(as, AUTHV_SERVICE), name, (char *)NULL); + va_end(ap); return (as); } |