t/lib/LDAPContext.pm: error message nit
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							4837a68d8d
						
					
				
				
					commit
					b1b1b4b74b
				
			| @@ -178,7 +178,7 @@ sub _spawn { | ||||
|     my ($self) = @_; | ||||
|  | ||||
|     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) { | ||||
|         exec("${\$self->{'_openldap_source'}}/libexec/slapd", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user