Skip to content
Snippets Groups Projects
Commit bbbdb33f authored by deuce's avatar deuce
Browse files

Also set od_use_socket.

parent 509eb552
No related branches found
No related tags found
No related merge requests found
......@@ -828,6 +828,7 @@ read_dorinfox:
/* Check for COM0:SOCKET### */
if(!strncmp(szIFTemp,"COM0:SOCKET",11)) {
od_control.od_com_method=COM_SOCKET;
od_control.od_use_socket = TRUE;
od_control.od_open_handle=atoi(szIFTemp+11);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment