X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Flistenwk.c;h=06b56a348a1c06f0923ceda6a59c3dbeb74b1123;hb=2d0f4674481669fea5bde77e596532aa4308fd05;hp=7747af61fcd232cc254f793feedbc66b2ed259a9;hpb=fb6a490bfa8d88706cac5ee7bafaadcb165d009b;p=framework%2Fuifw%2Fxorg%2Flib%2Flibice.git diff --git a/src/listenwk.c b/src/listenwk.c old mode 100755 new mode 100644 index 7747af6..06b56a3 --- a/src/listenwk.c +++ b/src/listenwk.c @@ -83,7 +83,7 @@ IceListenForWellKnownConnections ( { listenObjs[*countRet].trans_conn = transConns[i]; listenObjs[*countRet].network_id = networkId; - + (*countRet)++; } } @@ -140,7 +140,7 @@ IceListenForWellKnownConnections ( { if (errorStringRet && errorLength > 0) *errorStringRet = '\0'; - + for (i = 0; i < *countRet; i++) { (*listenObjsRet)[i]->host_based_auth_proc = NULL;