Wireshark-commits: [Wireshark-commits] master-1.12 f91784a: radcom_read_rec() should always read fr
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Sep 2014 03:34:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f91784ac71567838fecf0b5ac6f8a12f3033f2dd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

f91784a by Guy Harris (guy@xxxxxxxxxxxx):

    radcom_read_rec() should always read from the file specified by the fh argument.
    
    It's called both from the read and seek-read routines, so it shouldn't
    always read from the sequential handle.
    
    Change-Id: I8cb33b9f5b7219f335b0aeeef29c479916276f89
    Reviewed-on: https://code.wireshark.org/review/4276
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 38ae61f159472630ad659d4e0d00ecc4dcd9dd9e)
    Reviewed-on: https://code.wireshark.org/review/4277
    

Actions performed:

    from  54cba68   Fix presumed cut-and-pasteo.
    adds  f91784a   radcom_read_rec() should always read from the file specified by the fh argument.


Summary of changes:
 wiretap/radcom.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)