@ -49,9 +49,6 @@ sesman_main_loop(void)
tbus sck_obj ;
tbus sck_obj ;
tbus robjs [ 8 ] ;
tbus robjs [ 8 ] ;
/*main program loop*/
log_message ( LOG_LEVEL_INFO , " listening... " ) ;
g_sck = g_tcp_socket ( ) ;
g_sck = g_tcp_socket ( ) ;
if ( g_sck < 0 )
if ( g_sck < 0 )
{
{
@ -68,6 +65,8 @@ sesman_main_loop(void)
if ( error = = 0 )
if ( error = = 0 )
{
{
log_message ( LOG_LEVEL_INFO , " listening to port %s on %s " ,
g_cfg - > listen_port , g_cfg - > listen_address ) ;
sck_obj = g_create_wait_obj_from_socket ( g_sck , 0 ) ;
sck_obj = g_create_wait_obj_from_socket ( g_sck , 0 ) ;
cont = 1 ;
cont = 1 ;
@ -359,8 +358,8 @@ main(int argc, char **argv)
}
}
/* start program main loop */
/* start program main loop */
log_message ( LOG_LEVEL_ ALWAYS ,
log_message ( LOG_LEVEL_ INFO ,
" starting sesman with pid %d" , g_pid ) ;
" starting xrdp- sesman with pid %d" , g_pid ) ;
/* make sure the /tmp/.X11-unix directory exist */
/* make sure the /tmp/.X11-unix directory exist */
if ( ! g_directory_exist ( " /tmp/.X11-unix " ) )
if ( ! g_directory_exist ( " /tmp/.X11-unix " ) )