Skip to content
Snippets Groups Projects
Commit bffe99e0 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Drop "if ( slap_known_controls )". That became an array in controls.c 1.117.

parent 4d63f86e
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ frontend_init( void )
frontendDB->bd_info->bi_type = "frontend";
/* known controls */
if ( slap_known_controls ) {
{
int i;
frontendDB->bd_info->bi_controls = slap_known_controls;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment