|
@@ -1904,7 +1904,7 @@ Context;
|
|
|
xx = sockgets(buf, &i);
|
|
xx = sockgets(buf, &i);
|
|
|
if (xx >= 0) { /* Non-error */
|
|
if (xx >= 0) { /* Non-error */
|
|
|
int idx;
|
|
int idx;
|
|
|
-printf("READ: %s\n", buf);
|
|
|
|
|
|
|
+
|
|
|
for (idx = 0; idx < dcc_total; idx++)
|
|
for (idx = 0; idx < dcc_total; idx++)
|
|
|
if (dcc[idx].sock == xx) {
|
|
if (dcc[idx].sock == xx) {
|
|
|
if (dcc[idx].type && dcc[idx].type->activity) {
|
|
if (dcc[idx].type && dcc[idx].type->activity) {
|