diff options
-rw-r--r-- | lib/libc/gen/auth_subr.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/gen/auth_subr.c b/lib/libc/gen/auth_subr.c index d935985792b..087c524a105 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.24 2004/01/08 04:07:54 brad Exp $ */ +/* $OpenBSD: auth_subr.c,v 1.25 2004/01/10 16:45:56 millert Exp $ */ /*- * Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc. @@ -180,14 +180,6 @@ auth_clean(auth_session_t *as) } /* - * Clean out the opt list - */ - while ((opt = as->optlist) != NULL) { - as->optlist = opt->next; - free(opt); - } - - /* * Clean out data */ while ((data = as->data) != NULL) { |