Re: [FreeRDP-devel] passphrase.c/wait_for_fd()

2023-06-14 Thread armin.novak--- via FreeRDP-devel
Hi, thank you for the hint, fixed with https://github.com/FreeRDP/FreeRDP/pull/9057 regards Armin On 14.06.23 00:15, Andrey Vasilkin via FreeRDP-devel wrote: Hi libfreerdp/utils/passphrase.c function     static int wait_for_fd(int fd, int timeout) The argument is fd, but the function

[FreeRDP-devel] passphrase.c/wait_for_fd()

2023-06-13 Thread Andrey Vasilkin via FreeRDP-devel
Hi libfreerdp/utils/passphrase.c function static int wait_for_fd(int fd, int timeout) The argument is fd, but the function uses variable sockfd (if WINPR_HAVE_POLL_H is not defined). ___ FreeRDP-devel mailing list