search for: 6dc4c16

Displaying 1 result from an estimated 1 matches for "6dc4c16".

Did you mean: 6c4ce16
2013 Dec 10
2
[PATCH 0/2] proto: Remove a couple of errors which hide earlier errors.
The handle can only store one error, so if an error path has more than one call to error/perrorf, then the earlier error will be lost and overwritten by the later one. Fix two (more) cases of this. Rich.