Introduction
Introduction Statistics Contact Development Disclaimer Help
Log to stderr for tls_write. - geomyidae - A small C-based gopherd.
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit 0c4826690932856f9470dafd51fdeb8aa182c7ac
parent 8c16e613e8c3eea49d51a01a0009258f9e1caafa
Author: Christoph Lohmann <[email protected]>
Date: Sun, 7 Jun 2020 20:33:38 +0200
Log to stderr for tls_write.
Diffstat:
M main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/main.c b/main.c
@@ -802,7 +802,7 @@ main(int argc, char *argv[])
for (shufpos = 0; shufpos < sh…
wlen = tls_write(tlscl…
if (wlen < 0) {
- printf("tls_wr…
+ fprintf(stderr…
return 1;
}
}
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.