Added missing parenthesis.

This commit is contained in:
Markus Makela
2015-05-21 18:08:45 +03:00
parent ac55f7c6fe
commit 9f024b5389

View File

@ -287,7 +287,7 @@ int gw_read_backend_handshake(
pthread_self(), pthread_self(),
conn->owner_dcb->fd, conn->owner_dcb->fd,
pthread_self()))); pthread_self())));
while(head = gwbuf_consume(head, GWBUF_LENGTH(head))); while((head = gwbuf_consume(head, GWBUF_LENGTH(head))));
return 1; return 1;
} }