Refactor: s/Basic/Direct/ on connection type

This commit is contained in:
Jakob Borg
2015-08-23 08:43:33 +02:00
parent 42acf0ed60
commit f691040936
4 changed files with 11 additions and 11 deletions

View File

@@ -99,7 +99,7 @@ func tcpListener(uri *url.URL, tlsCfg *tls.Config, conns chan<- model.Intermedia
}
conns <- model.IntermediateConnection{
tc, model.ConnectionTypeBasicAccept,
tc, model.ConnectionTypeDirectAccept,
}
}
}