mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Merge pull request #48 from aszxqw/master
fix bug about : writed needle into localfile twice when replicating
This commit is contained in:
commit
f2b07d6051
|
@ -71,6 +71,7 @@ func runVolume(cmd *Command, args []string) bool {
|
|||
|
||||
if *publicIp == "" {
|
||||
if *ip == "" {
|
||||
*ip = "127.0.0.1"
|
||||
*publicIp = "localhost"
|
||||
} else {
|
||||
*publicIp = *ip
|
||||
|
|
Loading…
Reference in a new issue