trondn / memcached

Where I put all my changes :)

Home Page:http://code.google.com/p/memcached/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daemon\memcached.c

NewEraCracker opened this issue · comments

Duplicated code there. See line 1017. Thanks

/* Nuke a partial output... */
c->msgcurr = 0;
c->msgused = 0;
c->iovused = 0;
add_msghdr(c);

/* Nuke a partial output... */
c->msgcurr = 0;
c->msgused = 0;
c->iovused = 0;
add_msghdr(c);

This is in engine-pu branch.

This doesn't happen in the master branch. Seems to have been caused by some merging.