Closed
Bug 395494
Opened 17 years ago
Closed 17 years ago
Warning: usage of uninitialized nsresult in nsNewsFolder.cpp(1054)
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: bugzilla)
References
()
Details
Attachments
(1 file)
845 bytes,
patch
|
Bienvenu
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
During the code cleanup in bug 379070 attachment 265319 [details] [diff] [review], most of the code in GetGroupUsername() was removed. At the moment nsresult rv is declared but never set (see URL).
Patch to come.
Assignee | ||
Comment 1•17 years ago
|
||
Just return NS_OK like in the other *Group* functions below GetGroupUsername().
Updated•17 years ago
|
Attachment #280163 -
Flags: review?(bienvenu) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #280163 -
Flags: superreview?(mscott)
Comment 2•17 years ago
|
||
Comment on attachment 280163 [details] [diff] [review]
Return NS_OK
great catch!
Attachment #280163 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•