remove unused variable
This commit is contained in:
parent
ee65ccb31d
commit
37ade1cb25
@ -798,7 +798,6 @@ xrdp_listen_conn_in(struct trans *self, struct trans *new_self)
|
|||||||
int
|
int
|
||||||
xrdp_listen_main_loop(struct xrdp_listen *self)
|
xrdp_listen_main_loop(struct xrdp_listen *self)
|
||||||
{
|
{
|
||||||
int error;
|
|
||||||
int robjs_count;
|
int robjs_count;
|
||||||
int cont;
|
int cont;
|
||||||
int index;
|
int index;
|
||||||
@ -934,7 +933,7 @@ xrdp_listen_main_loop(struct xrdp_listen *self)
|
|||||||
}
|
}
|
||||||
|
|
||||||
self->status = -1;
|
self->status = -1;
|
||||||
return error;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user