config: copy the key on Copy

pull/1454/head
Mitchell Hashimoto 11 years ago
parent b201983304
commit 06beab6fd8

@ -58,6 +58,7 @@ func (r *RawConfig) Copy() *RawConfig {
panic("copy failed: " + err.Error())
}
result.Key = r.Key
return result
}

Loading…
Cancel
Save