[Prevent] fix Tizen 35853, and update authors list
authorjaehoon.you <jaehoon.you@samsung.com>
Wed, 9 Jan 2013 06:54:42 +0000 (15:54 +0900)
committerjaehoon.you <jaehoon.you@samsung.com>
Thu, 24 Jan 2013 05:37:52 +0000 (14:37 +0900)
commit6ea6a360fa75766b6e56545486e685ccd552ebab
tree50e7c75fd6357e1e9948c7bc9a3056e3e5c94246
parent3d43fd27548f7ba6fb65b6fa448659855e09ac7e
[Prevent] fix Tizen 35853, and update authors list

Tizen 35853 : DEADCODE
original code is "assert(chunksize > 0 && chunksize <= trans_unit_size);"
(reference send_chunks() : line 125)
but chunksize already checked before line:1086 (chunksize <= 0)
then, chunksize always bigger than 0 .
so, exclamation mark is moved to another location
and conditional sentence is switched.

Change-Id: I9e5a2f998fb506fd152da856f4c9455f027207a6
Signed-off-by: jaehoon.you <jaehoon.you@samsung.com>
lthor.c