gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7468 - GNUnet/src/server


From: gnunet
Subject: [GNUnet-SVN] r7468 - GNUnet/src/server
Date: Sat, 19 Jul 2008 10:54:13 -0600 (MDT)

Author: grothoff
Date: 2008-07-19 10:54:13 -0600 (Sat, 19 Jul 2008)
New Revision: 7468

Modified:
   GNUnet/src/server/handler.c
Log:
xx

Modified: GNUnet/src/server/handler.c
===================================================================
--- GNUnet/src/server/handler.c 2008-07-19 12:23:36 UTC (rev 7467)
+++ GNUnet/src/server/handler.c 2008-07-19 16:54:13 UTC (rev 7468)
@@ -449,7 +449,7 @@
           return;
         }
 
-      if (((long) &msg[pos]) & (ALIGN_REQUIRED-1)) != 0)
+      if ((((long) &msg[pos]) & (ALIGN_REQUIRED-1)) != 0)
        {
           /* correct misalignment; we allow messages to _not_ be a
              multiple of 4-bytes (if absolutely necessary; it should be





reply via email to

[Prev in Thread] Current Thread [Next in Thread]