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:
parent
263407e132
commit
cf69c69594
@ -23,6 +23,6 @@ else
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
mode=PREEXEC_cl_fail
|
||||
mode=PREEXEC_cl_fl
|
||||
(test_listfilesauth_should_deny $mode) || exit 1
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user