(start_server): fix krb5_eai_to_heim_errno call

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9958 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-16 22:06:44 +00:00
parent 6f62bf6736
commit ee7b297ea4

View File

@@ -243,7 +243,8 @@ start_server(krb5_context context)
} }
if(e) { if(e) {
krb5_warn(context, krb5_eai_to_heim_errno(e), "%s", portstr); krb5_warn(context, krb5_eai_to_heim_errno(e, errno),
"%s", portstr);
continue; continue;
} }
i = 0; i = 0;