Fix bug #1466. It turns out that RFC 934 specifies that any line starting
authorKen Hornstein <kenh@pobox.com>
Tue, 28 Feb 2012 03:05:41 +0000 (22:05 -0500)
committerKen Hornstein <kenh@pobox.com>
Tue, 28 Feb 2012 03:05:41 +0000 (22:05 -0500)
commit7d2c0f47e69415ffb3425f46f0fd78a984e119e2
tree0574ebf57e20b518a64e17515e174ad986760a15
parent314cc2b7c5640f2685a119a90bb92f1e41e6c618
Fix bug #1466.  It turns out that RFC 934 specifies that any line starting
with a "-" but NOT followed by a space is a valid message delimiter.  We
only supported one type of message delimiter.  Adapt the code so any
valid delimiter is supported.
uip/burst.c