Index: /branches/binary/server/memcached.c
===================================================================
--- /branches/binary/server/memcached.c (revision 766)
+++ /branches/binary/server/memcached.c (revision 771)
@@ -1284,5 +1284,5 @@
         int i = 0;
         /* I did a bit of hard-coding around the packet sizes */
-        assert(BIN_PKT_HDR_WORDS == 3);
+        assert(BIN_PKT_HDR_WORDS == 4);
         for(i = 0; i<BIN_PKT_HDR_WORDS; i++) {
             c->bin_header[i] = ntohl(c->bin_header[i]);
