~ubuntu-branches/ubuntu/raring/empathy/raring-updates

« back to all changes in this revision

Viewing changes to libempathy/empathy-server-tls-handler.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-14 09:37:59 UTC
  • mfrom: (1.1.108)
  • Revision ID: package-import@ubuntu.com-20121114093759-6j9gbp2lxdaquind
Tags: 3.6.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
      "&o", &cert_object_path);
149
149
  bus_name = tp_proxy_get_bus_name (TP_PROXY (priv->channel));
150
150
 
151
 
  g_variant_unref (properties);
152
 
 
153
151
  DEBUG ("Creating an TpTLSCertificate for path %s, bus name %s",
154
152
      cert_object_path, bus_name);
155
153
 
156
154
  priv->certificate = tp_tls_certificate_new (TP_PROXY (priv->channel),
157
155
      cert_object_path, &error);
158
156
 
 
157
  g_variant_unref (properties);
 
158
 
159
159
  if (error != NULL)
160
160
    {
161
161
      DEBUG ("Unable to create the TpTLSCertificate: error %s",