Skip to content
Snippets Groups Projects
Commit 8f9d3e53 authored by rswindell's avatar rswindell
Browse files

Eliminated msvc6 warning about unused variable.

parent 2d9fbd21
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,6 @@ int conn_connect(char *addr, int port, char *ruser, char *passwd, char *syspass, ...@@ -115,7 +115,6 @@ int conn_connect(char *addr, int port, char *ruser, char *passwd, char *syspass,
SOCKADDR_IN saddr; SOCKADDR_IN saddr;
char *p; char *p;
unsigned int neta; unsigned int neta;
int i;
init_uifc(TRUE, TRUE); init_uifc(TRUE, TRUE);
con_type=conn_type; con_type=conn_type;
......
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