Merge pull request #1041 from xushuxun/master

fix wdclient bug
This commit is contained in:
Chris Lu
2019-08-15 00:41:38 -07:00
committed by GitHub

View File

@@ -60,6 +60,7 @@ func (mc *MasterClient) tryAllMasters() {
} }
mc.currentMaster = "" mc.currentMaster = ""
mc.vidMap = newVidMap()
} }
} }