This commit is contained in:
Miek Gieben 2011-07-05 21:58:09 +02:00
parent e8b5e26cce
commit 81c4befb1e
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ func (c *Client) Do(m *Msg, a string) {
}
// Perform an synchronous query. Send the message m to the address
// contained in a
// contained in a and wait for an reply.
func (c *Client) Exchange(m *Msg, a string) *Msg {
w := new(reply)
w.client = c