blr branch merge

blr branch merge
This commit is contained in:
MassimilianoPinto
2014-09-11 12:20:42 +02:00
30 changed files with 4649 additions and 90 deletions

View File

@ -798,7 +798,7 @@ int gw_read_client_event(
}
/** succeed */
if (rc == 1) {
if (rc) {
rc = 0; /**< here '0' means success */
} else {
GWBUF* errbuf;