Skip to content

Commit

Permalink
Remove /* in block comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frozencemetery authored and greghudson committed Apr 12, 2017
1 parent 491ea55 commit ab70f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kadmin/server/server_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,8 +1079,8 @@ setkey_principal4_2_svc(setkey4_arg *arg, generic_ret *ret,
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)
Expand Down

0 comments on commit ab70f35

Please sign in to comment.