We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff8256 commit 6c0b37fCopy full SHA for 6c0b37f
modules/acc/acc_extra.c
@@ -87,7 +87,7 @@ void init_acc_extra(void)
87
/* ugly trick to get the address of the static buffer */
88
static_detector[0] = int2str( (unsigned long)3, &i) + i;
89
/* remember directly the static buffer returned by ip_addr2a()*/
90
- static_detector[1] = _ip_addr_A_buff;
+ static_detector[1] = _ip_addr_A_buffs[0];
91
}
92
93
0 commit comments