Changeset 771

Show
Ignore:
Timestamp:
03/29/08 09:36:33 (5 months ago)
Author:
dormando
Message:

16/4 == 4.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/binary/server/memcached.c

    r766 r771  
    12841284        int i = 0; 
    12851285        /* I did a bit of hard-coding around the packet sizes */ 
    1286         assert(BIN_PKT_HDR_WORDS == 3); 
     1286        assert(BIN_PKT_HDR_WORDS == 4); 
    12871287        for(i = 0; i<BIN_PKT_HDR_WORDS; i++) { 
    12881288            c->bin_header[i] = ntohl(c->bin_header[i]);