summaryrefslogtreecommitdiff
path: root/src/server-tls-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/server-tls-manager.c')
-rw-r--r--src/server-tls-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server-tls-manager.c b/src/server-tls-manager.c
index 890a4d637..d4109b6cc 100644
--- a/src/server-tls-manager.c
+++ b/src/server-tls-manager.c
@@ -293,7 +293,7 @@ gabble_server_tls_manager_verify_async (WockyTLSHandler *handler,
if (self->priv->connection == NULL)
{
DEBUG ("connection already went away; failing immediately");
- g_simple_async_result_set_error (result, TP_ERRORS, TP_ERROR_CANCELLED,
+ g_simple_async_result_set_error (result, TP_ERROR, TP_ERROR_CANCELLED,
"The Telepathy connection has already been disconnected");
g_simple_async_result_complete_in_idle (result);
g_object_unref (result);