Add unittest for auto coverage
[platform/core/api/connection.git] / src / libnetwork_mptcp.c
index b9b05f8..42c652c 100755 (executable)
@@ -121,7 +121,7 @@ int _connection_libnet_mptcp_get_enabled(connection_handle_s *conn_handle, conne
 int _connection_libnet_mptcp_set_path_manager(connection_handle_s *conn_handle, connection_mptcp_path_manager_e pm)
 {
        int rv = 0;
-       const charstr = __convert_mptcp_path_manager_enum_to_str(pm);
+       const char *str = __convert_mptcp_path_manager_enum_to_str(pm);
 
        if (str == NULL) {
                CONNECTION_LOG(CONNECTION_ERROR, "Invalid Parameter");