krb5 commit: Remove /* in block comment

Greg Hudson ghudson at mit.edu
Fri Apr 14 12:14:34 EDT 2017


https://github.com/krb5/krb5/commit/ab70f35f80ee210ca404dc58c4eef16ab4137c43
commit ab70f35f80ee210ca404dc58c4eef16ab4137c43
Author: Robbie Harwood <rharwood at redhat.com>
Date:   Thu Feb 16 18:09:10 2017 -0500

    Remove /* in block comment

 src/kadmin/server/server_stubs.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/kadmin/server/server_stubs.c b/src/kadmin/server/server_stubs.c
index 86c1625..ff767c2 100644
--- a/src/kadmin/server/server_stubs.c
+++ b/src/kadmin/server/server_stubs.c
@@ -1079,8 +1079,8 @@ exit_func:
     return TRUE;
 }
 
-/* Empty out *keys/*nkeys if princ is protected with the lockdown attribute, or
- * if we fail to check. */
+/* Empty out *keys / *nkeys if princ is protected with the lockdown
+ * attribute, or if we fail to check. */
 static kadm5_ret_t
 chrand_check_lockdown(kadm5_server_handle_t handle, krb5_principal princ,
                       krb5_keyblock **keys, int *nkeys)


More information about the cvs-krb5 mailing list