debian-forge-composer/cmd/osbuild-composer
Jacob Kozol 481c1dd048 osbuild-composer: fix number of listeners check
Osbuild-composer expects two or three listeners and fails if there is
an unexpected number of listening sockets. Checking if there are not two
or if there are not three listeners always returns true even if there are
the desired number of listeners. Therefore, osbuild-composer always
crashes. The check now only crashes if there are a number of listeners
other than 2 or 3.
2020-01-16 18:21:28 +01:00
..
main.go osbuild-composer: fix number of listeners check 2020-01-16 18:21:28 +01:00