From: Robbie Harwood Date: Thu, 16 Feb 2017 23:09:10 +0000 (-0500) Subject: Remove /* in block comment X-Git-Tag: krb5-1.16-beta1~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab70f35f80ee210ca404dc58c4eef16ab4137c43;p=thirdparty%2Fkrb5.git Remove /* in block comment --- diff --git a/src/kadmin/server/server_stubs.c b/src/kadmin/server/server_stubs.c index 86c162590e..ff767c21d0 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)