svn rev #20641: branches/krb5-1-6/ src/windows/identity/kherr/

tlyu@MIT.EDU tlyu at MIT.EDU
Mon Aug 11 11:08:52 EDT 2008


Commit By: tlyu
Log Message: 
ticket: 6047
version_fixed: 1.6.4

pull up r20573 from trunk

 r20573 at cathode-dark-space:  jaltman | 2008-07-23 11:09:15 -0400
 ticket: 6047
 tags: pullup
 
 The NIM error reporting functions (in src/windows/identity/kherr ) keep
 track of the the error message with the highest severity level that was
 reported for a specific error reporting context.  However, if another
 error message of the same severity is reported, the error message being
 tracked will be updated to be the newly received error.
 
 The user will often only be notified of the error message that was
 tracked for a specific operation.  Therefore, tracking the last message
 with the highest priority has the unfortunate side-effect of not
 reporting the cause of a failure.
 
 This patch changes the condition for updating the tracked error message
 to be the first message with the highest severity.
 
 




Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/windows/identity/kherr/kherr.c



More information about the cvs-krb5 mailing list