[Bug 35481] New: Code typo in telepathy-glib gnio-util.c

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 21 07:49:34 CET 2011


https://bugs.freedesktop.org/show_bug.cgi?id=35481

           Summary: Code typo in telepathy-glib gnio-util.c
           Product: Telepathy
           Version: 0.13
          Platform: All
        OS/Version: Windows (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: tp-glib
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: yd.zhang at gmail.com
         QAContact: telepathy-bugs at lists.freedesktop.org


In function tp_unix_connection_send_credentials_with_byte and
tp_unix_connection_receive_credentials_with_byte:
  g_set_error (G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
      "Unix sockets not supported");
will fail when compiling on windows platform, that should be:
  g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
      "Unix sockets not supported");

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list