Browse Source
Merge pull request #1041 from xushuxun/master
fix wdclient bug
pull/1045/head
Chris Lu
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
weed/wdclient/masterclient.go
|
@ -60,6 +60,7 @@ func (mc *MasterClient) tryAllMasters() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
mc.currentMaster = "" |
|
|
mc.currentMaster = "" |
|
|
|
|
|
mc.vidMap = newVidMap() |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|