URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=569a768ccd1f128980cfa3bc2b9c658f3be11a9b
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
569a768 by Guy Harris (gharris@xxxxxxxxx):
ajp13: fix the type of elements of an array of pointers to hf_ values.
"int * const a[]" means "array of const pointers to (non-const) int". so
the array elements are all const; "const int *a[]" means "array of
(non-const) pointrs to const int".
Change-Id: I8f1a0fd7b0f3d06ebf4cf6b993c74cfd47a0db26
Reviewed-on: https://code.wireshark.org/review/37702
Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
Actions performed:
from 26b44bd DHCPv6: remove a redundant test.
add 569a768 ajp13: fix the type of elements of an array of pointers to hf_ values.
Summary of changes:
epan/dissectors/packet-ajp13.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)