summary refs log tree commit diff
path: root/calico.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-18 17:37:19 -0500
committerJune McEnroe <june@causal.agency>2020-02-18 17:37:19 -0500
commitb8786e458787967e3b91afe0d0054c6858fc1f57 (patch)
tree831350d18bf8c5df45dd7119cb561fe865904d7a /calico.1
parentImplement source address selection (diff)
downloadpounce-b8786e458787967e3b91afe0d0054c6858fc1f57.tar.gz
pounce-b8786e458787967e3b91afe0d0054c6858fc1f57.zip
Remove bad assert
If there's no room left in the buffer, tls_read will return 0 (since we
gave it zero length to read into) and cause client->error to be set.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
d3a32d5efe97167fa8056ce&follow=1'>Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe