pull/279/head
Joseph Poirier 2016-02-24 08:23:21 -06:00
rodzic 5e2209e906
commit c640418e80
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -375,7 +375,7 @@ func configDevices(count int, es_enabled, uat_enabled bool) {
// once the tagged dongles have been assigned, explicitly range over
// the remaining IDs and assign them to any anonymous dongles
unusedIDs := make([int]string)
unusedIDs := make(map[int]string)
// loop 1: assign tagged dongles
for i := 0; i < count; i++ {