mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
selftest:Samba3: fix signature for check_or_start()
This commit is contained in:
parent
dd6b413a57
commit
4874e1f5b3
@ -556,7 +556,7 @@ sub read_pid($$)
|
||||
return $pid;
|
||||
}
|
||||
|
||||
sub check_or_start($$$$) {
|
||||
sub check_or_start($$$$$) {
|
||||
my ($self, $env_vars, $nmbd, $winbindd, $smbd) = @_;
|
||||
|
||||
unlink($env_vars->{NMBD_TEST_LOG});
|
||||
|
Loading…
Reference in New Issue
Block a user