add missing ;

This commit is contained in:
Love Hornquist Astrand
2010-11-28 19:49:27 -08:00
parent b819f1fe2b
commit 290aed8056

View File

@@ -296,6 +296,6 @@ krb5_kdc_pkinit_config(krb5_context context, krb5_kdc_configuration *config)
} }
return 0 return 0;
#endif /* PKINIT */ #endif /* PKINIT */
} }