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
commit 3cef29cbc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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