Reset out variables using propper macros.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19951 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-17 10:14:58 +00:00
parent a6f8a10e7e
commit 8688e0470a
3 changed files with 6 additions and 7 deletions

View File

@@ -45,8 +45,7 @@ gss_decapsulate_token(gss_buffer_t input_token,
int ret;
size_t size;
output_token->length = 0;
output_token->value = NULL;
_mg_buffer_zero(output_token);
ret = der_get_oid (oid->elements, oid->length, &o, &size);
if (ret)