chiark / gitweb /
svc/connect.in (Peer.get): Don't apply filter to default value.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 11 Jun 2018 12:00:07 +0000 (13:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 14 Jun 2018 11:50:38 +0000 (12:50 +0100)
commitc7737d905aad7a2aaf523b1444f2b69a0088402a
tree3dedf79aee69cdd2282794fc9ef9e48c1721d3e1
parent75566d17f4fd0f18a88360294d6561b25e3681e5
svc/connect.in (Peer.get): Don't apply filter to default value.

Callers don't expect this, and there will be unfortunate behaviour.  For
example, `T.timespec' explodes if handed a literal integer rather than a
string.
svc/connect.in