revert some accidentally commited code in previous

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10965 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-05-02 16:27:16 +00:00
parent 9b9e6748da
commit 33178bbd5f

View File

@@ -108,7 +108,7 @@ doit_v4 (char *host, int port)
ret = krb_sendauth(0,
s,
&ticket,
POP_TICKET_NAME,
"pop",
host,
krb_realmofhost(host),
getpid(),
@@ -143,7 +143,7 @@ doit_v5 (char *host, int port)
ret = krb5_sname_to_principal (context,
host,
POP_TICKET_NAME,
"pop",
KRB5_NT_SRV_HST,
&server);
if (ret) {