summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-29 09:18:29 +1000
committerDamien Miller <djm@mindrot.org>1999-10-29 09:18:29 +1000
commita37010e4669933490c2347940bceba98ddfc2863 (patch)
tree2965bce2e9bf43a0f410d5dba9d864dd0b3422b6 /sshd.c
parentf1d9a30b4f0aad9a5952549f9c3e15a771e0ca68 (diff)
Renamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org>
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index ce834e8db..103ca3fbc 100644
--- a/sshd.c
+++ b/sshd.c
@@ -18,7 +18,7 @@ agent connections.
18*/ 18*/
19 19
20#include "includes.h" 20#include "includes.h"
21RCSID("$Id: sshd.c,v 1.4 1999/10/28 04:03:14 damien Exp $"); 21RCSID("$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();