Fix the build error
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 7 Jan 2013 10:13:13 +0000 (19:13 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 7 Jan 2013 10:13:13 +0000 (19:13 +0900)
Change-Id: Ifb5c7ac9280e4e2970cd2b8d2213fc1262be9730

packaging/libcom-core.spec
src/com-core_packet-router.c

index 9427895..2748e47 100644 (file)
@@ -1,6 +1,6 @@
 Name: libcom-core
 Summary: Library for the light-weight IPC 
-Version: 0.3.9
+Version: 0.3.10
 Release: 1
 Group: main/util
 License: Flora License
index 2570a0f..a0fec95 100644 (file)
@@ -1482,7 +1482,6 @@ EAPI void *com_core_packet_router_client_fini(int handle)
        struct dlist *l;
        struct dlist *n;
 
-       struct client *client;
        struct route *route;
 
        void *ret = NULL;