svc/conntrack.in (strmask): Consistently return a string object.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 28 Sep 2017 18:12:54 +0000 (19:12 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 28 Jun 2018 23:29:23 +0000 (00:29 +0100)
Inexplicably, this used to return an integer if the mask covered a
prefix.  Fortunately, it was always invoked in order to produce a thing
which is printed via `%s', which stringifies anyway.


No differences found