URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=777b17c374389b88e2f5d658c0827e8e8708d140
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
777b17c by Guy Harris (guy@xxxxxxxxxxxx):
Remove const from fields in a dynamically-allocated structure.
There's no need for them to be const, and that causes compiler warnings
when you try to give them a value.
Change-Id: Ib9bb034f3876abb7e86b6c9f41ebdd35192b5af3
Reviewed-on: https://code.wireshark.org/review/26831
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from d347091 Qt: Fix MacOSX menu entries
adds 777b17c Remove const from fields in a dynamically-allocated structure.
Summary of changes:
plugins/epan/profinet/packet-dcerpc-pn-io.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)