Corrected typo
authorAlan T. DeKok <aland@freeradius.org>
Sun, 14 Sep 2008 14:13:42 +0000 (16:13 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 14 Sep 2008 14:13:42 +0000 (16:13 +0200)
src/main/radmin.c

index 096220d..ebad97a 100644 (file)
@@ -189,7 +189,7 @@ static ssize_t run_command(int sockfd, const char *command,
                        exit(1);
                }
 
-#ifndef MSG_DONTWAIT
+#ifdef MSG_DONTWAIT
                len = recv(sockfd, buffer + size,
                           bufsize - size - 1, MSG_DONTWAIT);
 #else