]> rtime.felk.cvut.cz Git - frescor/forb.git/commit
Fixed empty request alignment bug
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 7 Oct 2008 21:48:22 +0000 (23:48 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 7 Oct 2008 21:48:22 +0000 (23:48 +0200)
commit1566240a81fe7b64fa6c1c2be4893e2f4e0d3701
tree5a370e4fc66f4a4cd31217e7907defddda5455ef
parent9d21b7d025aa89fa1a2c83f48ed74db928333ed4
Fixed empty request alignment bug

When a request without any parameters was sent, the length of request
header was not multiple of 8. This caused problem at receive side, which
expected the header to have length divisible by 8.
src/cdr.c
src/iop.c
src/proto.c