check correct status code in attr_authorize_localname

This commit is contained in:
Luke Howard
2011-05-15 15:52:40 +02:00
parent f6ce64e1da
commit 6abb251957

View File

@@ -94,7 +94,7 @@ attr_authorize_localname(OM_uint32 *minor_status,
&value,
&display_value,
&more);
if (GSS_ERROR(major_status)) {
if (GSS_ERROR(tmpMajor)) {
major_status = tmpMajor;
break;
}