Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 59850 | Differences between
and this patch

Collapse All | Expand All

(-)src/transmode.c.orig (+3 lines)
Lines 31-36 Link Here
31
  int rs = 0;
31
  int rs = 0;
32
  int cs = 0;
32
  int cs = 0;
33
  NET_STREAM sd_server = NULL;
33
  NET_STREAM sd_server = NULL;
34
#ifdef HAVE_PAM
35
  int pam_retval;
36
#endif
34
37
35
  rs = auth_ident (addr, session.clientname, sizeof (session.clientname));
38
  rs = auth_ident (addr, session.clientname, sizeof (session.clientname));
36
39

Return to bug 59850