summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2018-03-06 10:09:36 +0900
committerMinje Ahn <minje.ahn@samsung.com>2018-03-06 10:09:36 +0900
commit2aa7f961ff8e46f484d51f7e925fb0a7a7854d14 (patch)
tree258b1cc0c589d2ff6d6a220b97337e9a2f384b95
parent391b4f7106952669d6f8ced22eb7b65969e05e47 (diff)
downloadlibmedia-thumbnail-2aa7f961ff8e46f484d51f7e925fb0a7a7854d14.tar.gz
libmedia-thumbnail-2aa7f961ff8e46f484d51f7e925fb0a7a7854d14.tar.bz2
libmedia-thumbnail-2aa7f961ff8e46f484d51f7e925fb0a7a7854d14.zip
Change-Id: Ibb318babb7c978d96218aef3ac30311025bf24a0 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
-rwxr-xr-xserver/thumb-server-internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/thumb-server-internal.c b/server/thumb-server-internal.c
index 0e356b1..117de96 100755
--- a/server/thumb-server-internal.c
+++ b/server/thumb-server-internal.c
@@ -156,8 +156,8 @@ gboolean _thumb_server_read_socket(GIOChannel *src, GIOCondition condition, gpoi
if (send(client_sock, buf+sending_block, block_size, 0) != block_size) {
thumb_stderror("sendto failed");
- break;
}
+
sending_block += block_size;
buf_size -= block_size;
if (block_size < THUMB_BLOCK_SIZE)