From d9a5f046754581f0edaa0e385f865bcc5ee842e3 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 6 Apr 2024 19:21:03 +0200 Subject: Return peer from both address families on announce --- ot_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_http.c') 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 ) { memcpy( ws->debugbuf, ws->request, reply_off ); ws->debugbuf[ reply_off ] = 0; #endif - + /* Tell subroutines where to put reply data */ ws->reply = ws->outbuf + SUCCESS_HTTP_HEADER_LENGTH; -- cgit v1.2.3