Fixed initializer.
This commit is contained in:
parent
c10d653607
commit
a9330ad737
@ -78,8 +78,8 @@ int rdp_guac_client_handle_messages(guac_client* client) {
|
|||||||
fd_set rfds, wfds;
|
fd_set rfds, wfds;
|
||||||
|
|
||||||
struct timeval timeout = {
|
struct timeval timeout = {
|
||||||
.tv_sec = 0;
|
.tv_sec = 0,
|
||||||
.tv_usec = 250000;
|
.tv_usec = 250000
|
||||||
};
|
};
|
||||||
|
|
||||||
/* get rdp fds */
|
/* get rdp fds */
|
||||||
|
Loading…
Reference in New Issue
Block a user