summaryrefslogtreecommitdiff
path: root/auth-krb5.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-12-23 02:06:19 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-12-23 02:06:19 +0000
commit93576d9538f3b6d373248ffd2ed5ab9852a1555c (patch)
tree586371841e0ce380acea9ede52d3b73b209cc570 /auth-krb5.c
parent064496feaab2183b6dc5db0b0bebe0b226e2d31d (diff)
- deraadt@cvs.openbsd.org 2002/11/21 23:03:51
[auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c sshconnect.c] KNF
Diffstat (limited to 'auth-krb5.c')
-rw-r--r--auth-krb5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-krb5.c b/auth-krb5.c
index 512f70b78..e3e2d9751 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -28,7 +28,7 @@
28 */ 28 */
29 29
30#include "includes.h" 30#include "includes.h"
31RCSID("$OpenBSD: auth-krb5.c,v 1.9 2002/09/09 06:48:06 itojun Exp $"); 31RCSID("$OpenBSD: auth-krb5.c,v 1.10 2002/11/21 23:03:51 deraadt Exp $");
32 32
33#include "ssh.h" 33#include "ssh.h"
34#include "ssh1.h" 34#include "ssh1.h"
@@ -107,7 +107,7 @@ auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *reply)
107 if (problem) 107 if (problem)
108 goto err; 108 goto err;
109 109
110 problem = krb5_sname_to_principal(authctxt->krb5_ctx, NULL, NULL , 110 problem = krb5_sname_to_principal(authctxt->krb5_ctx, NULL, NULL,
111 KRB5_NT_SRV_HST, &server); 111 KRB5_NT_SRV_HST, &server);
112 if (problem) 112 if (problem)
113 goto err; 113 goto err;