~darkxst/ubuntu/saucy/gdm/lp1212408

« back to all changes in this revision

Viewing changes to common/gdm-common.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-12-11 15:34:43 UTC
  • mto: (2.1.2 lenny) (1.4.50)
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: james.westby@ubuntu.com-20071211153443-w5922mvs37kx0g4q
Tags: upstream-2.20.2
ImportĀ upstreamĀ versionĀ 2.20.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        host [0] = '\0';
108
108
        serv [0] = '\0';
109
109
        getnameinfo ((const struct sockaddr *)ss,
110
 
                     sizeof (struct sockaddr_storage),
 
110
                     gdm_sockaddr_len(ss),
111
111
                     host, sizeof (host),
112
112
                     serv, sizeof (serv),
113
113
                     NI_NUMERICHOST | NI_NUMERICSERV);