]> tinc-vpn.org Git - tinc/blobdiff - src/mingw/device.c
Update the documentation of the control protocol.
[tinc] / src / mingw / device.c
index eb3663d7921a322b2c15e4f19b34bc7b49d7c9f2..2cce1f2bdf3faed529797b4e809ce2c86ab59801 100644 (file)
@@ -72,6 +72,7 @@ static void device_issue_read() {
 
 static void device_handle_read(void *data, int flags) {
        DWORD len;
+
        if(!GetOverlappedResult(device_handle, &device_read_overlapped, &len, FALSE)) {
                logger(DEBUG_ALWAYS, LOG_ERR, "Error getting read result from %s %s: %s", device_info,
                       device, strerror(errno));