Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/pam-u2f/dist/pamu2fcfg Add what must be an over...



details:   https://anonhg.NetBSD.org/src/rev/e48a9e9629b0
branches:  trunk
changeset: 1023986:e48a9e9629b0
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 06 09:06:21 2021 +0000

description:
Add what must be an overlooked newline in the normal output.

diffstat:

 external/bsd/pam-u2f/dist/pamu2fcfg/pamu2fcfg.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a9ab845d1eaf -r e48a9e9629b0 external/bsd/pam-u2f/dist/pamu2fcfg/pamu2fcfg.c
--- a/external/bsd/pam-u2f/dist/pamu2fcfg/pamu2fcfg.c   Wed Oct 06 05:33:15 2021 +0000
+++ b/external/bsd/pam-u2f/dist/pamu2fcfg/pamu2fcfg.c   Wed Oct 06 09:06:21 2021 +0000
@@ -261,7 +261,7 @@
     printf("%s", user);
   }
 
-  printf(":%s,%s,%s,%s%s%s", args->resident_given ? "*" : b64_kh, b64_pk,
+  printf(":%s,%s,%s,%s%s%s\n", args->resident_given ? "*" : b64_kh, b64_pk,
          cose_string(fido_cred_type(cred)),
          !args->no_user_presence_given ? "+presence" : "",
          args->user_verification_given ? "+verification" : "",



Home | Main Index | Thread Index | Old Index