--- old/usr/src/lib/libgss/g_accept_sec_context.c Thu May 7 01:13:49 2009 +++ new/usr/src/lib/libgss/g_accept_sec_context.c Thu May 7 01:13:49 2009 @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -19,13 +18,12 @@ * * CDDL HEADER END */ + /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * glue routine for gss_accept_sec_context */ @@ -329,9 +327,6 @@ *context_handle = GSS_C_NO_CONTEXT; } - if (output_token->length) - (void) gss_release_buffer(&t_minstat, output_token); - if (src_name) *src_name = GSS_C_NO_NAME;