]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 3 Apr 2018 21:27:15 +0000 (17:27 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 3 Apr 2018 21:30:02 +0000 (17:30 -0400)
src/lib/util/udpfromto.c

index d36edccee83bf3f8bf5d3f0ba40fa20942fa36cc..27c241ef060037066acdf99bfd8bc33d0d852c9b 100644 (file)
@@ -472,7 +472,7 @@ int sendfromto(int fd, void *buf, size_t len, int flags,
                pkt->ipi_spec_dst = s4->sin_addr;
                pkt->ipi_ifindex = if_index;
 
-#  elif define(IP_SENDSRCADDR)
+#  elif defined(IP_SENDSRCADDR)
                struct cmsghdr *cmsg;
                struct in_addr *in;