Revert all yggquic changes

This reverts commit 4ab9007abe.
This commit is contained in:
Neil Alexander
2023-12-10 11:00:27 +00:00
parent 9c0f9f68bb
commit 767f9b8c5d
8 changed files with 182 additions and 23 deletions

View File

@@ -123,7 +123,7 @@ func (q *Queue) run() {
q.queues.Log.Println("Sending mail from", ref.From, "to", q.destination)
if err := func() error {
conn, err := q.queues.Transport.Dial("yggdrasil", q.destination)
conn, err := q.queues.Transport.Dial(q.destination)
if err != nil {
return fmt.Errorf("q.queues.Transport.Dial: %w", err)
}