|
@@ -1012,7 +1012,6 @@ void slapd_daemon( daemon_ports_t *ports )
|
|
|
exit( 1 );
|
|
exit( 1 );
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- unfurl_banners(the_connection_table,ports,n_tcps,s_tcps,i_unix);
|
|
|
|
|
init_op_threads ();
|
|
init_op_threads ();
|
|
|
detect_timeout_support();
|
|
detect_timeout_support();
|
|
|
|
|
|
|
@@ -1146,6 +1145,9 @@ void slapd_daemon( daemon_ports_t *ports )
|
|
|
/* Now we write the pid file, indicating that the server is finally and listening for connections */
|
|
/* Now we write the pid file, indicating that the server is finally and listening for connections */
|
|
|
write_pid_file();
|
|
write_pid_file();
|
|
|
|
|
|
|
|
|
|
+ /* The server is ready and listening for connections. Logging "slapd started" message. */
|
|
|
|
|
+ unfurl_banners(the_connection_table,ports,n_tcps,s_tcps,i_unix);
|
|
|
|
|
+
|
|
|
/* The meat of the operation is in a loop on a call to select */
|
|
/* The meat of the operation is in a loop on a call to select */
|
|
|
while(!g_get_shutdown())
|
|
while(!g_get_shutdown())
|
|
|
{
|
|
{
|