typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4895 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -587,8 +587,10 @@ main(int argc, char **argv)
|
||||
if (port == 0)
|
||||
#ifdef KRB5
|
||||
port = krb5_getportbyname (context, "kpop", "tcp", 1109);
|
||||
#elif defined(KRB5)
|
||||
#elif defined(KRB4)
|
||||
port = k_getportbyname ("kpop", "tcp", 1109);
|
||||
#else
|
||||
#error must define KRB4 or KRB5
|
||||
#endif
|
||||
|
||||
parse_pobox (argv[0], argv[1],
|
||||
|
Reference in New Issue
Block a user