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

@@ -290,7 +290,7 @@ func (s *connectionSvc) connect() {
}
s.conns <- model.IntermediateConnection{
conn, model.ConnectionTypeBasicDial,
conn, model.ConnectionTypeDirectDial,
}
continue nextDevice
}