drop unused $type

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24632 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-07 04:05:42 +00:00
parent 562c74e03d
commit 4b3c2d35c6

View File

@@ -369,7 +369,7 @@ if test "$pkinit" = yes -a "$rsa" = yes ; then
base="${srcdir}/../../lib/hx509/data"
echo "try anonymous pkinit"; > messages.log
${kinit} $type --anonymous ${R} || \
${kinit} --anonymous ${R} || \
{ ec=1 ; eval "${testfailed}"; }
${kgetcred} ${server}@${R} || { ec=1 ; eval "${testfailed}"; }
${kdestroy}