|
@@ -706,7 +706,7 @@ Context;
|
|
|
else {
|
|
else {
|
|
|
idx = new_dcc(&DCC_TELNET, 0);
|
|
idx = new_dcc(&DCC_TELNET, 0);
|
|
|
dcc[idx].addr = notalloc;
|
|
dcc[idx].addr = notalloc;
|
|
|
- dcc[idx].addr6 = getmyip6();
|
|
|
|
|
|
|
+ strcpy(dcc[idx].addr6, getmyip6());
|
|
|
dcc[idx].port = port;
|
|
dcc[idx].port = port;
|
|
|
dcc[idx].sock = i6;
|
|
dcc[idx].sock = i6;
|
|
|
dcc[idx].timeval = now;
|
|
dcc[idx].timeval = now;
|