add missing semi in previous

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11020 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-05-24 15:13:52 +00:00
parent 63450f9f6d
commit 5eddbd04db

View File

@@ -84,7 +84,7 @@ krb5_authenticate (kx_context *kc, int s)
ret = krb5_sname_to_principal (context,
host, "host", KRB5_NT_SRV_HST, &server);
if (ret) {
krb5_warn (context, ret, "krb5_sname_to_principal: %s", host)
krb5_warn (context, ret, "krb5_sname_to_principal: %s", host);
return 1;
}