at least compiling fix
[oweals/gnunet.git] / src / transport / plugin_transport_wlan.c
index 3f5ada10b225030346c7be55e5e074474ce60dae..b23739d3cdfb7599a1caddc78515b052e5ab8f3d 100644 (file)
@@ -744,7 +744,7 @@ send_ack (void *cls,
     GNUNET_break (0);
     return;
   }
-  if (size >= GNUNET_SERVER_MAX_MESSAGE_SIZE)
+  if (size >= GNUNET_MAX_MESSAGE_SIZE)
   {
     GNUNET_break (0);
     return;