1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00

r23456: Update Samba4 to current lorikeet-heimdal.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2007-06-13 05:44:24 +00:00
committed by Gerald (Jerry) Carter
parent 37e7070ca9
commit ae0f81ab23
454 changed files with 8673 additions and 2973 deletions

View File

@@ -27,7 +27,7 @@
*/
#include "mech_locl.h"
RCSID("$Id: gss_release_buffer.c,v 1.2 2006/06/28 09:00:25 lha Exp $");
RCSID("$Id: gss_release_buffer.c 19962 2007-01-17 15:59:04Z lha $");
OM_uint32
gss_release_buffer(OM_uint32 *minor_status,
@@ -37,8 +37,7 @@ gss_release_buffer(OM_uint32 *minor_status,
*minor_status = 0;
if (buffer->value)
free(buffer->value);
buffer->length = 0;
buffer->value = 0;
_mg_buffer_zero(buffer);
return (GSS_S_COMPLETE);
}