-typo
authorChristian Grothoff <christian@grothoff.org>
Tue, 15 May 2012 15:35:18 +0000 (15:35 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 15 May 2012 15:35:18 +0000 (15:35 +0000)
src/util/network.c

index 9323389ee0fc3691a0bb9579aa8c7ab8efe0f813..1eec0c766a30fb64a326b9c78349069ce7d96f4b 100644 (file)
@@ -1114,7 +1114,7 @@ GNUNET_NETWORK_socket_select (struct GNUNET_NETWORK_FDSet *rfds,
 
   fd_set aread;
   fd_set awrite;
-  fd_set except;
+  fd_set aexcept;
 
 #if DEBUG_NETWORK
   fd_set bread;