View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002835 | unreal | ircd | public | 2006-02-24 07:56 | 2006-02-25 18:20 |
Reporter | DeadNotBuried | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | ALL | OS | ALL | OS Version | ALL |
Product Version | 3.2.4 | ||||
Fixed in Version | 3.2.5 | ||||
Summary | 0002835: error in #define in struct.h | ||||
Description | line 412 #define ClearVirus(x) ((x)->flags |= FLAGS_VIRUS) should be #define ClearVirus(x) ((x)->flags &= ~FLAGS_VIRUS) | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-02-24 07:56 | DeadNotBuried | New Issue | |
2006-02-25 18:20 | syzop | Status | new => resolved |
2006-02-25 18:20 | syzop | Fixed in Version | => 3.2.5 |
2006-02-25 18:20 | syzop | Resolution | open => fixed |
2006-02-25 18:20 | syzop | Assigned To | => syzop |
2006-02-25 18:20 | syzop | Note Added: 0011298 |