diff options
Diffstat (limited to 'src/include/krb5/preauth_plugin.h')
| -rw-r--r-- | src/include/krb5/preauth_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/preauth_plugin.h b/src/include/krb5/preauth_plugin.h index 7c9788df8..52952fded 100644 --- a/src/include/krb5/preauth_plugin.h +++ b/src/include/krb5/preauth_plugin.h @@ -112,7 +112,7 @@ enum krb5plugin_preauth_entry_request_type { * implementation, there's a good chance that the result will not match * what the client sent, so don't go creating any fatal errors if it * doesn't match up. */ - krb5plugin_preauth_request_body = 4, + krb5plugin_preauth_request_body = 4 }; typedef krb5_error_code (*preauth_get_entry_data_proc)(krb5_context, |
