minor changes
This commit is contained in:
parent
0da32da2d8
commit
d3a505b78f
@ -285,6 +285,7 @@ main(int argc, char** argv)
|
||||
#endif
|
||||
|
||||
g_init();
|
||||
ssl_init();
|
||||
/* check compiled endian with actual endian */
|
||||
test = 1;
|
||||
host_be = !((int)(*(unsigned char*)(&test)));
|
||||
|
@ -182,7 +182,6 @@ xrdp_listen_conn_in(struct trans* self, struct trans* new_self)
|
||||
struct xrdp_process* process;
|
||||
struct xrdp_listen* lis;
|
||||
|
||||
g_writeln("xrdp_listen_conn_in: hello");
|
||||
lis = (struct xrdp_listen*)(self->callback_data);
|
||||
process = xrdp_process_create(lis, lis->pro_done_event);
|
||||
if (xrdp_listen_add_pro(lis, process) == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user