Opened 13 years ago
Closed 13 years ago
#178 closed defect (fixed)
[PATCH] Fix for broken exception handling
Reported by: | HellFire | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Server | Keywords: | |
Cc: |
Description
Some of the exception handling is broken (references non-existent attributes or not using all arguments in string formatting). Attached patch fixes both I found.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | exception-handling-fix.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Applied in r4580
Thank you very much!