aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 28250b73..6d90b787 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -526,7 +526,7 @@ struct MHD_Connection
526 * Foreign address (of length addr_len). MALLOCED (not 526 * Foreign address (of length addr_len). MALLOCED (not
527 * in pool!). 527 * in pool!).
528 */ 528 */
529 struct sockaddr_in *addr; 529 struct sockaddr *addr;
530 530
531 /** 531 /**
532 * Thread for this connection (if we are using 532 * Thread for this connection (if we are using