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:
@@ -108,7 +108,7 @@ doit_v4 (char *host, int port)
|
|||||||
ret = krb_sendauth(0,
|
ret = krb_sendauth(0,
|
||||||
s,
|
s,
|
||||||
&ticket,
|
&ticket,
|
||||||
POP_TICKET_NAME,
|
"pop",
|
||||||
host,
|
host,
|
||||||
krb_realmofhost(host),
|
krb_realmofhost(host),
|
||||||
getpid(),
|
getpid(),
|
||||||
@@ -143,7 +143,7 @@ doit_v5 (char *host, int port)
|
|||||||
|
|
||||||
ret = krb5_sname_to_principal (context,
|
ret = krb5_sname_to_principal (context,
|
||||||
host,
|
host,
|
||||||
POP_TICKET_NAME,
|
"pop",
|
||||||
KRB5_NT_SRV_HST,
|
KRB5_NT_SRV_HST,
|
||||||
&server);
|
&server);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
|
Reference in New Issue
Block a user