View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000756 | LDMud | Documentation | public | 2010-08-04 17:22 | 2011-01-25 13:56 |
| Reporter | bubbs | Assigned To | Gnomi | ||
| Priority | normal | Severity | text | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Summary | 0000756: send_erq manual incorrectly states callback arguments | ||||
| Description | The send_erq manual states the callback matches this profile - void <closure>(int * response_data, int len) In practise, it actually works like this: void <closure>(int len, int * response_data) | ||||
| Tags | No tags attached. | ||||
| External Data (URL) | |||||
|
|
(int * response_data, int len) seems to be correct. I can't find anything in the driver sources that do otherwise, and also all callbacks in our mudlib work with the first parameter being the array with the response. There is one occasion when not the driver but the master calls the callback, though. stale_erq() in the master could call it with wrong arguments. Did you check that? |
|
|
I suggest to close this because there is no reporter feedback. |
|
|
Closing for now. Please tell us to reopen, when you have new information. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-08-04 17:22 | bubbs | New Issue | |
| 2010-08-05 00:19 | Gnomi | Note Added: 0001896 | |
| 2010-08-05 00:19 | Gnomi | Assigned To | => Gnomi |
| 2010-08-05 00:19 | Gnomi | Status | new => feedback |
| 2010-11-19 21:16 | zesstra | Note Added: 0001921 | |
| 2011-01-25 13:56 | Gnomi | Note Added: 0001953 | |
| 2011-01-25 13:56 | Gnomi | Status | feedback => closed |
| 2011-01-25 13:56 | Gnomi | Resolution | open => unable to reproduce |