Skip to content

Commit

Permalink
launcher.Etcd.builder().build() should leak no Network.newNetwork()
Browse files Browse the repository at this point in the history
#1271
Signed-off-by: Nikita Sokolov <faucct@gmail.com>
  • Loading branch information
faucct authored and lburgazzoli committed Nov 23, 2023
1 parent d20cdf6 commit 436b61c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public EtcdCluster build() {
ssl,
debug,
additionalArgs,
network != null ? network : Network.newNetwork(),
network != null ? network : Network.SHARED,
shouldMountDataDirectory);
}

Expand Down

0 comments on commit 436b61c

Please sign in to comment.