summaryrefslogtreecommitdiff
path: root/ot_http.c
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-06 19:21:03 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-06 19:21:03 +0200
commitd9a5f046754581f0edaa0e385f865bcc5ee842e3 (patch)
treec73dc6a2ae9b1c0fa96c8dde05a11f60cae745fe /ot_http.c
parent880d5145a0644e348e06f5660de5c2256fdebd25 (diff)
Return peer from both address families on announce
Diffstat (limited to 'ot_http.c')
-rw-r--r--ot_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_http.c b/ot_http.c
index 374d6d8..53de0e8 100644
--- a/ot_http.c
+++ b/ot_http.c
@@ -588,7 +588,7 @@ ssize_t http_handle_request( const int64 sock, struct ot_workstruct *ws ) {
588 memcpy( ws->debugbuf, ws->request, reply_off ); 588 memcpy( ws->debugbuf, ws->request, reply_off );
589 ws->debugbuf[ reply_off ] = 0; 589 ws->debugbuf[ reply_off ] = 0;
590#endif 590#endif
591 591
592 /* Tell subroutines where to put reply data */ 592 /* Tell subroutines where to put reply data */
593 ws->reply = ws->outbuf + SUCCESS_HTTP_HEADER_LENGTH; 593 ws->reply = ws->outbuf + SUCCESS_HTTP_HEADER_LENGTH;
594 594