summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/popper/pop_debug.c
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-08-30 21:23:27 +0000
committernectar <nectar@FreeBSD.org>2002-08-30 21:23:27 +0000
commita77dba08ca7d8ad2f2dcd653974ac66df78cfa49 (patch)
tree6015f89700252fb05eb8fa267c46dba41913e9d8 /crypto/heimdal/appl/popper/pop_debug.c
parent69a91bec14ec3ad49d1c8a82c40a796755f9e4a3 (diff)
downloadFreeBSD-src-a77dba08ca7d8ad2f2dcd653974ac66df78cfa49.zip
FreeBSD-src-a77dba08ca7d8ad2f2dcd653974ac66df78cfa49.tar.gz
Import of Heimdal Kerberos from KTH repository circa 2002/08/29.
Diffstat (limited to 'crypto/heimdal/appl/popper/pop_debug.c')
-rw-r--r--crypto/heimdal/appl/popper/pop_debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/appl/popper/pop_debug.c b/crypto/heimdal/appl/popper/pop_debug.c
index 712627a..9a29e4d 100644
--- a/crypto/heimdal/appl/popper/pop_debug.c
+++ b/crypto/heimdal/appl/popper/pop_debug.c
@@ -34,7 +34,7 @@
/* Tiny program to help debug popper */
#include "popper.h"
-RCSID("$Id: pop_debug.c,v 1.22 2002/02/07 17:27:12 joda Exp $");
+RCSID("$Id: pop_debug.c,v 1.23 2002/05/02 16:27:16 joda Exp $");
static void
loop(int s)
@@ -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) {
OpenPOWER on IntegriCloud