use old name

This commit is contained in:
Miek Gieben 2011-03-30 15:45:34 +02:00
parent ffd7a5acb6
commit ef4d85fa6d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ func query(n string, f func(*Conn, *Msg)) {
// QuerySimple performs a query and waits for the reply before
// returning.
func SimpleQuery(n string, d *Conn, m *Msg) (*Msg, os.Error) {
func QuerySimple(n string, d *Conn, m *Msg) (*Msg, os.Error) {
err := d.Dial(n)
if err != nil {
return nil, err