forked from lix-project/hydra
t/lib/LDAPContext.pm: error message nit
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
4837a68d8d
commit
b1b1b4b74b
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ sub _spawn {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
|
|
||||||
my $pid = fork;
|
my $pid = fork;
|
||||||
die "When starting the LDAP server:failed to fork." if not defined $pid;
|
die "When starting the LDAP server: failed to fork." if not defined $pid;
|
||||||
|
|
||||||
if ($pid == 0) {
|
if ($pid == 0) {
|
||||||
exec("${\$self->{'_openldap_source'}}/libexec/slapd",
|
exec("${\$self->{'_openldap_source'}}/libexec/slapd",
|
||||||
|
|
Loading…
Reference in a new issue