mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

When creating multiple clients, 'mustClientFromCmd' overwrites inherited flags with environment variables, so later clients were printing warnings on duplicate key updates. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>