Handling the reply packet correctly.
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 9 May 2013 15:57:51 +0000 (00:57 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 9 May 2013 15:57:51 +0000 (00:57 +0900)
Change-Id: I92a050220eaa9ea9d73aa91f68a9210db68db92d

packaging/data-provider-master.spec
src/utility_service.c

index f477709..eec9feb 100755 (executable)
@@ -1,6 +1,6 @@
 Name: data-provider-master
 Summary: Master service provider for liveboxes.
-Version: 0.23.0
+Version: 0.23.1
 Release: 1
 Group: HomeTF/Livebox
 License: Flora License
index 35c17fd..6e6aa39 100644 (file)
@@ -116,6 +116,8 @@ static inline int flush_pended_request(void)
                        if (service_common_unicast_packet(item->tcb, reply) < 0)
                                ErrPrint("Unable to send packet\n");
                        packet_destroy(reply);
+               } else {
+                       put_reply_tcb(item->tcb, packet_seq(item->packet));
                }
                packet_unref(item->packet);
                free(item);