mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
selftest: fix typo lock => lockdir
metze
This commit is contained in:
parent
1e1445bc76
commit
76d893b76e
@ -537,7 +537,7 @@ sub write_clientconf($$)
|
||||
mkdir("$prefix/client/private", 0777);
|
||||
}
|
||||
|
||||
if ( -d "$prefix/client/lock" ) {
|
||||
if ( -d "$prefix/client/lockdir" ) {
|
||||
unlink <$prefix/client/lockdir/*>;
|
||||
} else {
|
||||
mkdir("$prefix/client/lockdir", 0777);
|
||||
|
Loading…
Reference in New Issue
Block a user