]> git.tuebingen.mpg.de Git - paraslash.git/commit
net.c: Convert SS_IS_ADDR_V4MAPPED() to lower case.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 31 May 2025 17:30:31 +0000 (19:30 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Jun 2025 15:38:51 +0000 (17:38 +0200)
commit5fd4a56660e000afbd2a193b869242d2e02de83e
tree45d2880f4e711756b6d75f0e910e1742da934f38
parent42f84167d46f8c91b5b9c6bc3471b9c21f623c97
net.c: Convert SS_IS_ADDR_V4MAPPED() to lower case.

It's not a macro, after all. Remove the superfluous braces and fix
a whitespace issue while at it.
net.c