1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Missed two references to a renamed file.

This commit is contained in:
Paul Green 0001-01-01 00:00:00 +00:00
parent 263407e132
commit cf69c69594
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ else
exit 1;
fi
mode=PREEXEC_cl_fail
mode=PREEXEC_cl_fl
(test_listfilesauth_should_deny $mode) || exit 1

View File

@ -76,7 +76,7 @@ test_smb_conf_setup() {
echo "127.0.0.7 INVALIDUSERS">>$prefix/lib/lmhosts
echo "127.0.0.7 PREEXEC">>$prefix/lib/lmhosts
echo "127.0.0.7 PREEXEC_CLOSE">>$prefix/lib/lmhosts
echo "127.0.0.7 PREEXEC_CL_FAIL">>$prefix/lib/lmhosts
echo "127.0.0.7 PREEXEC_CL_FL">>$prefix/lib/lmhosts
echo "127.0.0.1" > $prefix/lib/hosts.equiv