(main): setpag if there is krb4 OR krb5 support
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13526 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -277,11 +277,11 @@ main(int argc, char **argv)
|
||||
"/tmp/ftp_%u", (unsigned)getpid());
|
||||
krb_set_tkt_string(tkfile);
|
||||
#endif
|
||||
#if defined(KRB4) && defined(KRB5)
|
||||
}
|
||||
#if defined(KRB4) || defined(KRB5)
|
||||
if(k_hasafs())
|
||||
k_setpag();
|
||||
#endif
|
||||
}
|
||||
|
||||
if(getarg(args, num_args, argc, argv, &optind))
|
||||
usage(1);
|
||||
|
Reference in New Issue
Block a user