summaryrefslogtreecommitdiffstats
path: root/src/plugins/authdata
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/authdata')
-rw-r--r--src/plugins/authdata/greet_server/greet_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/authdata/greet_server/greet_auth.c b/src/plugins/authdata/greet_server/greet_auth.c
index cacbc659fe..3f1e3d9eaa 100644
--- a/src/plugins/authdata/greet_server/greet_auth.c
+++ b/src/plugins/authdata/greet_server/greet_auth.c
@@ -183,7 +183,7 @@ greet_authdata(krb5_context context,
return code;
}
-krb5plugin_authdata_server_ftable_v1 authdata_server_1 = {
+krb5plugin_authdata_server_ftable_v2 authdata_server_2 = {
"greet",
greet_init,
greet_fini,