-remoteshell should not set USEOPENSSLFORXCAT, it inherits from the parent if relevant

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4073 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-09-01 19:16:25 +00:00
parent b2edbcc88c
commit 4f07f92e51

View File

@ -40,8 +40,6 @@ fi
if [ ! -x /usr/bin/openssl ]; then
exit 0
fi
USEOPENSSLFORXCAT=1 #explicitly declare the 2.3 method
export USEOPENSSLFORXCAT
allowcred.awk &
CREDPID=$!
sleep 1