- (dtucker) [regress/agent-getpeereid.sh] Resync spaces with openbsd.

This commit is contained in:
Darren Tucker 2013-05-17 19:03:38 +10:00
parent 7f19323659
commit 96457a54d0
2 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,7 @@
traffic and we get different errors to what the tests look for.
- (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits.
- (dtucker) [regress/cfgmatch.sh] Resync config file setup with openbsd.
- (dtucker) [regress/agent-getpeereid.sh] Resync spaces with openbsd.
20130516
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be

View File

@ -18,7 +18,6 @@ if [ -z "$SUDO" ]; then
exit 0
fi
trace "start agent"
eval `${SSHAGENT} -s -a ${ASOCK}` > /dev/null
r=$?