Module Name:    src
Committed By:   he
Date:           Wed Oct  6 09:06:21 UTC 2021

Modified Files:
        src/external/bsd/pam-u2f/dist/pamu2fcfg: pamu2fcfg.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
    src/external/bsd/pam-u2f/dist/pamu2fcfg/pamu2fcfg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/pam-u2f/dist/pamu2fcfg/pamu2fcfg.c
diff -u src/external/bsd/pam-u2f/dist/pamu2fcfg/pamu2fcfg.c:1.1.1.2 src/external/bsd/pam-u2f/dist/pamu2fcfg/pamu2fcfg.c:1.2
--- src/external/bsd/pam-u2f/dist/pamu2fcfg/pamu2fcfg.c:1.1.1.2	Fri Sep 24 12:51:20 2021
+++ src/external/bsd/pam-u2f/dist/pamu2fcfg/pamu2fcfg.c	Wed Oct  6 09:06:21 2021
@@ -261,7 +261,7 @@ static int print_authfile_line(const str
     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" : "",

Reply via email to