|
| Reporter | warg | Assigned To | syzop | |
|---|
| Priority | normal | Severity | tweak | Reproducibility | always |
|---|
| Status | closed | Resolution | fixed | |
|---|
| Product Version | 3.2.9 | |
|---|
|
| Summary | 0004050: 3rd party module m_getinfo.c from unrealircd.org/modules fails to compile |
|---|
| Description | The 3rd party module m_getinfo.c from unrealircd.org/modules fails to compile because FLAGS_ASKEDPING was changed to FLAGS_EAUTH in include/struct.h |
|---|
| Additional Information | The attached patch simply changes `{ FLAGS_ASKEDPING, "ASKEDPING" },' to `{ FLAGS_EAUTH, "EAUTH" },' to reflect the change and remedy the error. |
|---|
| Attached Files | m_getinfo.c.patch (409 bytes)
|
|---|
|
| 3rd party modules | m_getinfo.c - http://www.unrealircd.com/modules/view/16 |
|---|
|