]> andersk Git - openssh.git/blobdiff - auth-krb5.c
- deraadt@cvs.openbsd.org 2002/11/21 23:03:51
[openssh.git] / auth-krb5.c
index 512f70b7861221f3018d67c0313ff7848dc58399..e3e2d9751f0867018f58a57cc1abc782cec0a716 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-krb5.c,v 1.9 2002/09/09 06:48:06 itojun Exp $");
+RCSID("$OpenBSD: auth-krb5.c,v 1.10 2002/11/21 23:03:51 deraadt Exp $");
 
 #include "ssh.h"
 #include "ssh1.h"
@@ -107,7 +107,7 @@ auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *reply)
        if (problem)
                goto err;
 
-       problem = krb5_sname_to_principal(authctxt->krb5_ctx,  NULL, NULL ,
+       problem = krb5_sname_to_principal(authctxt->krb5_ctx, NULL, NULL,
            KRB5_NT_SRV_HST, &server);
        if (problem)
                goto err;
This page took 0.031873 seconds and 4 git commands to generate.