1
0
Fork 0
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:
Yichen Gu 2021-04-21 19:28:34 +01:00 committed by Andy Green
parent afb77240ad
commit 112480b570

View file

@ -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);