mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
ws2_32: Remove unneeded shadow variable.
This commit is contained in:
parent
6fcb3b698e
commit
c5089d18b7
@ -2759,7 +2759,7 @@ INT WINAPI WS_getsockopt(SOCKET s, INT level,
|
||||
static const int MAX_IRDA_DEVICES = 10;
|
||||
char buf[sizeof(struct irda_device_list) +
|
||||
(MAX_IRDA_DEVICES - 1) * sizeof(struct irda_device_info)];
|
||||
int fd, res;
|
||||
int res;
|
||||
socklen_t len = sizeof(buf);
|
||||
|
||||
if ( (fd = get_sock_fd( s, 0, NULL )) == -1)
|
||||
|
Loading…
Reference in New Issue
Block a user