Skip to content
Snippets Groups Projects
Commit 27d1fd1d authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

session-item: enable all standard endpoint features

parent fd358a64
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ default_export_execute_step (WpSessionItem * self, WpTransition * transition,
priv->impl_endpoint = wp_impl_endpoint_new (core, WP_SI_ENDPOINT (self));
wp_proxy_augment (WP_PROXY (priv->impl_endpoint),
WP_PROXY_FEATURES_STANDARD, NULL,
WP_ENDPOINT_FEATURES_STANDARD, NULL,
(GAsyncReadyCallback) on_export_proxy_augmented,
transition);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment