[an error occurred while processing this directive]
krb5_error_code krb5_copy_data( krb5_context context, const krb5_data *indata, krb5_data **outdata );
The context structure.
The data structure to be copied.
A pointer to a copy of the data structure.
This routine copies a data structure, filling in *outdata to point to the newly allocated copy, which should be freed with krb5_free_data.
This routine returns the following KRB5 status code:
0