diff options
author | Damien Miller <djm@mindrot.org> | 2005-07-17 09:22:45 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-07-17 09:22:45 +0200 |
commit | 0dc1bef12d30162ba09bfcc0b1cd6a5535ebdaab (patch) | |
tree | d891954deae6fe6f8574d2a7bbfe6b754a2e70dc /sshconnect2.c | |
parent | - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line (diff) | |
download | openssh-0dc1bef12d30162ba09bfcc0b1cd6a5535ebdaab.tar.xz openssh-0dc1bef12d30162ba09bfcc0b1cd6a5535ebdaab.zip |
- djm@cvs.openbsd.org 2005/07/17 07:17:55
[auth-rh-rsa.c auth-rhosts.c auth2-chall.c auth2-gss.c channels.c]
[cipher-ctr.c gss-genr.c gss-serv.c kex.c moduli.c readconf.c]
[serverloop.c session.c sftp-client.c sftp.c ssh-add.c ssh-keygen.c]
[sshconnect.c sshconnect2.c]
knf says that a 2nd level indent is four (not three or five) spaces
Diffstat (limited to '')
-rw-r--r-- | sshconnect2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sshconnect2.c b/sshconnect2.c index 60afd6d3d..012ce2b42 100644 --- a/sshconnect2.c +++ b/sshconnect2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect2.c,v 1.139 2005/06/17 02:44:33 djm Exp $"); +RCSID("$OpenBSD: sshconnect2.c,v 1.140 2005/07/17 07:17:55 djm Exp $"); #include "openbsd-compat/sys-queue.h" @@ -352,7 +352,7 @@ void input_userauth_error(int type, u_int32_t seq, void *ctxt) { fatal("input_userauth_error: bad message during authentication: " - "type %d", type); + "type %d", type); } void @@ -679,7 +679,7 @@ input_gssapi_errtok(int type, u_int32_t plen, void *ctxt) /* Stick it into GSSAPI and see what it says */ status = ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds, - &recv_tok, &send_tok, NULL); + &recv_tok, &send_tok, NULL); xfree(recv_tok.value); gss_release_buffer(&ms, &send_tok); |