summaryrefslogtreecommitdiff
path: root/authfd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-21 23:56:47 +1100
committerDamien Miller <djm@mindrot.org>2003-11-21 23:56:47 +1100
commit787b2ec18c013a5076765f93882550918658ea89 (patch)
tree7f33575e4c909759321a234a29d052f842cb589f /authfd.c
parenta8e06cef35c205e1aa562513c6d034a10c8c9a6d (diff)
more whitespace (tabs this time)
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfd.c b/authfd.c
index 6a7c07205..42ca08256 100644
--- a/authfd.c
+++ b/authfd.c
@@ -607,7 +607,7 @@ ssh_update_card(AuthenticationConnection *auth, int add,
607 buffer_put_char(&msg, type); 607 buffer_put_char(&msg, type);
608 buffer_put_cstring(&msg, reader_id); 608 buffer_put_cstring(&msg, reader_id);
609 buffer_put_cstring(&msg, pin); 609 buffer_put_cstring(&msg, pin);
610 610
611 if (constrained) { 611 if (constrained) {
612 if (life != 0) { 612 if (life != 0) {
613 buffer_put_char(&msg, SSH_AGENT_CONSTRAIN_LIFETIME); 613 buffer_put_char(&msg, SSH_AGENT_CONSTRAIN_LIFETIME);