svc/connect.in: Fix latent type errors in info output.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 28 Apr 2022 13:59:32 +0000 (14:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 28 Apr 2022 15:01:31 +0000 (16:01 +0100)
commit8849990ed290b06c5ff13bd28fa834b2dd55b6df
treeea99c08d8316ace6ba103b96bf53b6cd032eb218
parent11bb4c327fa41daeb6e0adb0c2eb6a69d4388625
svc/connect.in: Fix latent type errors in info output.

Before we've had an answer to the first `ping', the mean and standard
deviation aren't properly defined.  We attempt to avoid this by setting
them to `-', but then try to format them using `%f', which isn't going
to work well.  Fix this and some related problems with the minimum and
maximum times.
svc/connect.in