typo in tcp_open

This commit is contained in:
Stu Grossman 1995-06-08 22:45:47 +00:00
parent 4887063b3c
commit 5bdf05c785
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ tcp_open(scb, name)
int tmp;
char hostname[100];
struct protoent *protoent;
int i;
port_str = strchr (name, ':');