]> git.ipfire.org Git - thirdparty/strongswan.git/commit
dhcp: Fix warning regarding unaligned pointer value due to packed struct
authorTobias Brunner <tobias@strongswan.org>
Thu, 14 Sep 2017 17:33:07 +0000 (19:33 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 18 Sep 2017 10:16:54 +0000 (12:16 +0200)
commite433d512f4b184d3591bd78be6d74b55a84d5d03
tree79ae1904727dca4c93c53fb22026823723decc82
parent787cc3a4e59726e68765dbeb6a3f282c7b00f463
dhcp: Fix warning regarding unaligned pointer value due to packed struct

We don't need to access this as uint32_t so just cast it to a char*.
src/libcharon/plugins/dhcp/dhcp_socket.c