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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user