mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
ss: policy2c: type error on respmap
This commit is contained in:
parent
afb77240ad
commit
112480b570
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ int main(int argc, const char **argv)
|
|||
pol->u.http.auth_preamble);
|
||||
|
||||
if (pol->u.http.respmap) {
|
||||
printf("\t\t\t.respmap = &%s_http_respmap,\n",
|
||||
printf("\t\t\t.respmap = (void *)&%s_http_respmap,\n",
|
||||
curr);
|
||||
printf("\t\t\t.count_respmap = %d,\n",
|
||||
pol->u.http.count_respmap);
|
||||
|
|
Loading…
Add table
Reference in a new issue