osrfAppSession* session = safe_malloc(sizeof(osrfAppSession));
- session->transport_handle = osrf_system_get_transport_client();
+ session->transport_handle = osrfSystemGetTransportClient();
if( session->transport_handle == NULL ) {
osrfLogWarning( OSRF_LOG_MARK, "No transport client for service 'client'");
free( session );
session = safe_malloc(sizeof(osrfAppSession));
- session->transport_handle = osrf_system_get_transport_client();
+ session->transport_handle = osrfSystemGetTransportClient();
if( session->transport_handle == NULL ) {
osrfLogWarning( OSRF_LOG_MARK, "No transport client for service '%s'", our_app );
return NULL;