From: taesub kim Date: Thu, 19 Oct 2017 22:41:00 +0000 (+0900) Subject: Fixed invalid declaration X-Git-Tag: accepted/tizen/unified/20171101.064649^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F156739%2F3;p=platform%2Fcore%2Fapi%2Fconnection.git Fixed invalid declaration Change-Id: If32ac8ec1e984f9f9f3c340bd31e7e8d27142d3b Signed-off-by: Taesub Kim --- diff --git a/src/libnetwork.c b/src/libnetwork.c index 9e5b09a..110cbc4 100755 --- a/src/libnetwork.c +++ b/src/libnetwork.c @@ -65,7 +65,8 @@ struct managed_idle_data { }; static __thread struct _profile_list_s profile_iterator = {0, 0, NULL}; -static __thread struct _libnet_s libnet = {NULL, NULL, NULL, NULL, NULL, NULL, false}; +static __thread struct _libnet_s libnet = {NULL, NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, false}; static __thread GSList *managed_idler_list = NULL; static __thread bool connection_is_feature_checked[CONNECTION_SUPPORTED_FEATURE_MAX] = {0, }; static __thread bool connection_feature_supported[CONNECTION_SUPPORTED_FEATURE_MAX] = {0, };