]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 22 Jul 2025 15:36:35 +0000 (17:36 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 22 Jul 2025 15:36:35 +0000 (17:36 +0200)
src/lib/radius.c

index 959815cf1a733ca32621a6fa6da10227c6b759d9..e795ca2b3df8886f9fb7786654aeba209b650139 100644 (file)
@@ -325,7 +325,7 @@ static int rad_sendto(int sockfd, void *data, size_t data_len, int flags,
 done:
 #endif
        if (rcode < 0) {
-               if (errno == EMSGSIZ) {
+               if (errno == EMSGSIZE) {
                        fr_strerror_printf("sendto failed - destination does not support UDP fragmentation: %s", fr_syserror(errno));
                } else {
                        fr_strerror_printf("sendto failed: %s", fr_syserror(errno));