libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] using MHD_CONNECTION_INFO_CLIENT_ADDRESS


From: Eivind Sarto
Subject: [libmicrohttpd] using MHD_CONNECTION_INFO_CLIENT_ADDRESS
Date: Wed, 26 Jan 2011 14:25:06 -0500

Christian,

MHD_get_connection_info(conn, MHD_CONNECTION_INFO_CLIENT_ADDRESS) currently 
returns a (struct sockaddr_in **).

Is that really what you intended?
Shouldn't just return the connection->addr, instead of &connection->addr ?

-eivind



reply via email to

[Prev in Thread] Current Thread [Next in Thread]