diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-02 15:28:52 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-02 15:28:52 -0500 |
commit | e3637d97ecaef1768d3f9ef40cb0204a0e668ff2 (patch) | |
tree | a1f2db1c34cfde48fe8533877015556ba7309c30 /src/isotp/receive.c | |
parent | fe20a273bb3979d9e806d828486633249d073ede (diff) |
Only mark handle as completed when fully received.
Diffstat (limited to 'src/isotp/receive.c')
-rw-r--r-- | src/isotp/receive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isotp/receive.c b/src/isotp/receive.c index 1692f8d3..b07950c5 100644 --- a/src/isotp/receive.c +++ b/src/isotp/receive.c @@ -20,7 +20,7 @@ IsoTpHandle isotp_receive(IsoTpShims* shims, IsoTpHandle handle = { success: false, - completed: true, + completed: false, receive_handle: receive_handle, type: ISOTP_HANDLE_RECEIVING }; |