Browse Source

Merge pull request #1041 from xushuxun/master

fix wdclient bug
pull/1045/head
Chris Lu 5 years ago
committed by GitHub
parent
commit
3cef29cbc3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      weed/wdclient/masterclient.go

1
weed/wdclient/masterclient.go

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

Loading…
Cancel
Save