config: copy the key on Copy
This commit is contained in:
parent
b201983304
commit
06beab6fd8
|
@ -58,6 +58,7 @@ func (r *RawConfig) Copy() *RawConfig {
|
||||||
panic("copy failed: " + err.Error())
|
panic("copy failed: " + err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
result.Key = r.Key
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue