Fix "skip to reply packet" method.
authorDavin McCall <davmac@davmac.org>
Sun, 10 Jan 2016 11:49:23 +0000 (11:49 +0000)
committerDavin McCall <davmac@davmac.org>
Sun, 10 Jan 2016 11:49:23 +0000 (11:49 +0000)
commit200cbb5b4f13f23b0098512b6622d1dec349c792
tree8b2fc72e35453d6bf5475399b5f1f825a1b1d91b
parent0a5588cd329ca97b3e712a2d47a373d8a9174276
Fix "skip to reply packet" method.

It was possible to skip over an information packet but not read any
further reply, so the packet type test (rbuffer[0] == ...) would not
work correctly.
src/dinitctl.cc