mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
upas/smtp: remove reference to /net in mxdial
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4535108
This commit is contained in:
parent
89ec3cde42
commit
7fb06adf54
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ callmx(DS *ds, char *dest, char *domain)
|
|||
}
|
||||
/* dial each one in turn */
|
||||
for(i = 0; i < nmx; i++){
|
||||
snprint(addr, sizeof(addr), "%s/%s!%s!%s", ds->netdir, ds->proto,
|
||||
snprint(addr, sizeof(addr), "%s!%s!%s", ds->proto,
|
||||
mx[i].host, ds->service);
|
||||
if(debug)
|
||||
fprint(2, "mxdial trying %s (%d)\n", addr, i);
|
||||
|
|
Loading…
Reference in a new issue