Wireshark-commits: [Wireshark-commits] lts-1.12.1 dd6b2d8: [airpdcap] Don't return error from funct
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd6b2d833612b16a72e3ff8b4c3b14ba03e7a3b7
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark
Commits:
dd6b2d8 by Balint Reczey (balint@xxxxxxxxxxxxxxx):
[airpdcap] Don't return error from function returning void
Cherry-picking 8110a703cc1f17222b3010b3993bbf8be21436d4 to lts-1.12.1
made AirPDcapDecryptWPABroadcastKey() return error code
while it should return void.
Change-Id: Iee6bc0b7dd61eb80fe27e848db11dfba570d4759
Reviewed-on: https://code.wireshark.org/review/16141
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Actions performed:
from 9a76c29 Fix previous change.
adds dd6b2d8 [airpdcap] Don't return error from function returning void
Summary of changes:
epan/crypt/airpdcap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)