check the right variable, cid#3

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24127 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-12-11 05:04:19 +00:00
parent 7a8202a4d9
commit 95b4de5cd1

View File

@@ -79,7 +79,7 @@ OM_uint32 _gss_ntlm_import_name
strupr(p); strupr(p);
n = calloc(1, sizeof(*n)); n = calloc(1, sizeof(*n));
if (name == NULL) { if (n == NULL) {
free(name); free(name);
*minor_status = ENOMEM; *minor_status = ENOMEM;
return GSS_S_FAILURE; return GSS_S_FAILURE;