diff options
author | Damien Miller <djm@mindrot.org> | 1999-10-29 09:18:29 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-10-29 09:18:29 +1000 |
commit | a37010e4669933490c2347940bceba98ddfc2863 (patch) | |
tree | 2965bce2e9bf43a0f410d5dba9d864dd0b3422b6 /sshd.c | |
parent | f1d9a30b4f0aad9a5952549f9c3e15a771e0ca68 (diff) |
Renamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org>
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ agent connections. | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include "includes.h" | 20 | #include "includes.h" |
21 | RCSID("$Id: sshd.c,v 1.4 1999/10/28 04:03:14 damien Exp $"); | 21 | RCSID("$Id: sshd.c,v 1.5 1999/10/28 23:18:29 damien Exp $"); |
22 | 22 | ||
23 | #include "xmalloc.h" | 23 | #include "xmalloc.h" |
24 | #include "rsa.h" | 24 | #include "rsa.h" |
@@ -1136,7 +1136,7 @@ do_authentication(char *user, int privileged_port) | |||
1136 | pw = &pwcopy; | 1136 | pw = &pwcopy; |
1137 | 1137 | ||
1138 | #ifdef HAVE_LIBPAM | 1138 | #ifdef HAVE_LIBPAM |
1139 | if (PAM_SUCCESS != pam_start("opensshd", pw->pw_name, &conv, (pam_handle_t**)&pamh)) | 1139 | if (PAM_SUCCESS != pam_start("sshd", pw->pw_name, &conv, (pam_handle_t**)&pamh)) |
1140 | { | 1140 | { |
1141 | packet_start(SSH_SMSG_FAILURE); | 1141 | packet_start(SSH_SMSG_FAILURE); |
1142 | packet_send(); | 1142 | packet_send(); |