This commit is contained in:
rsc
2006-03-03 14:11:50 +00:00
parent c87c064d4a
commit fe02cd5957
3 changed files with 1 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ callmx(DS *ds, char *dest, char *domain)
snprint(addr, sizeof(addr), "%s/%s!%s!%s", ds->netdir, ds->proto,
mx[i].host, ds->service);
if(debug)
fprint(2, "mxdial trying %s\n", addr);
fprint(2, "mxdial trying %s (%d)\n", addr, i);
atnotify(timeout, 1);
alarm(10*1000);
fd = dial(addr, 0, 0, 0);