~cjwatson/ubuntu/lucid/openssh/lucid-proposed

« back to all changes in this revision

Viewing changes to auth-passwd.c

  • Committer: Colin Watson
  • Date: 2010-01-26 13:06:46 UTC
  • mfrom: (3160.1.200 trunk)
  • Revision ID: cjwatson@ubuntu.com-20100126130646-nds9e617wgh42ev8
merge from Debian 1:5.3p1-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        }
103
103
#endif
104
104
#ifdef HAVE_CYGWIN
105
 
        if (is_winnt) {
 
105
        {
106
106
                HANDLE hToken = cygwin_logon_user(pw, password);
107
107
 
108
108
                if (hToken == INVALID_HANDLE_VALUE)