typo in tcp_open
This commit is contained in:
parent
4887063b3c
commit
5bdf05c785
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ tcp_open(scb, name)
|
|||
int tmp;
|
||||
char hostname[100];
|
||||
struct protoent *protoent;
|
||||
int i;
|
||||
|
||||
port_str = strchr (name, ':');
|
||||
|
||||
|
|
Loading…
Reference in a new issue