1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-24 10:50:22 +03:00

Missed two references to a renamed file.

(This used to be commit cf69c69594797032d1427de3266af86d12b15cb2)
This commit is contained in:
Paul Green 2003-04-23 17:57:08 +00:00
parent 075986b00d
commit 78bc883162
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