Remove /* in block comment
authorRobbie Harwood <rharwood@redhat.com>
Thu, 16 Feb 2017 23:09:10 +0000 (18:09 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 12 Apr 2017 16:07:24 +0000 (12:07 -0400)
src/kadmin/server/server_stubs.c

index 86c162590e4bdfed44ab14bfbb5e38f36ecb8b81..ff767c21d0d0859a6f89ffc45d61f7e0cec4f632 100644 (file)
@@ -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)