View Issue Details

IDProjectCategoryView StatusLast Update
0000756LDMudDocumentationpublic2011-01-25 13:56
Reporterbubbs Assigned ToGnomi  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionunable to reproduce 
Summary0000756: send_erq manual incorrectly states callback arguments
DescriptionThe 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)
TagsNo tags attached.
External Data (URL)

Activities

Gnomi

2010-08-05 00:19

manager   ~0001896

(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?

zesstra

2010-11-19 21:16

administrator   ~0001921

I suggest to close this because there is no reporter feedback.

Gnomi

2011-01-25 13:56

manager   ~0001953

Closing for now. Please tell us to reopen, when you have new information.

Issue History

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