Revert "ecs: added null handling" 73/20173/1
authorJinhyung Jo <jinhyung.jo@samsung.com>
Tue, 29 Apr 2014 05:27:03 +0000 (22:27 -0700)
committerJinhyung Jo <jinhyung.jo@samsung.com>
Tue, 29 Apr 2014 05:27:03 +0000 (22:27 -0700)
This reverts commit d62b9b29e1d3b375d9524e2a585ffef5087259f0.

Change-Id: I7250c4daf34223fe57f8815305718607bc278dfb

tizen/src/ecs/ecs.c

index 635c56b..163c4cd 100644 (file)
@@ -373,9 +373,6 @@ static ECS_Client *ecs_find_client(int fd) {
 
     QTAILQ_FOREACH(clii, &clients, next)
     {
-        if (clii == NULL)
-            continue;
-
         if (clii->client_fd == fd)
             return clii;
     }