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:
@@ -84,7 +84,7 @@ krb5_authenticate (kx_context *kc, int s)
|
|||||||
ret = krb5_sname_to_principal (context,
|
ret = krb5_sname_to_principal (context,
|
||||||
host, "host", KRB5_NT_SRV_HST, &server);
|
host, "host", KRB5_NT_SRV_HST, &server);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
krb5_warn (context, ret, "krb5_sname_to_principal: %s", host)
|
krb5_warn (context, ret, "krb5_sname_to_principal: %s", host);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user