Wireshark-commits: [Wireshark-commits] master 295dbc6: Suppress another warning if told not to repo
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=295dbc609dab17d396a69e460ac956151d3ef32d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
295dbc6 by Guy Harris (guy@xxxxxxxxxxxx):
Suppress another warning if told not to report failures.
That's another failure that can occur if you're trying to load a
libwireshark plugin in a program that doesn't use libwireshark if, for
example, references to an undefined symbol don't prevent the module from
being loaded in the first place.
Change-Id: I21629c0094fdca7dfbd88f39b7e6c10fb600b401
Reviewed-on: https://code.wireshark.org/review/17537
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 7a674c0 ssl: fix TLS renegotiation, add test for this
adds 295dbc6 Suppress another warning if told not to report failures.
Summary of changes:
wsutil/plugins.c | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)