Skip to content

Commit c377805

Browse files
author
Romaric Drigon
committed
[Security] fix #39249, default entry_point compiler pass was returning too early
1 parent 0d9dd43 commit c377805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterEntryPointPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function process(ContainerBuilder $container)
5050
}
5151

5252
if (!$entryPoints) {
53-
return;
53+
continue;
5454
}
5555

5656
$config = $container->getDefinition('security.firewall.map.config.'.$firewallName);

0 commit comments

Comments
 (0)