Fix assignment of varible to itself

Caused by refactoring.
This commit is contained in:
Markus Mäkelä
2018-04-04 14:33:00 +03:00
parent a85099676d
commit 5a846063c1

View File

@ -947,7 +947,7 @@ bool RWSplitSession::handle_got_target(GWBUF* querybuf, SRWBackend& target, bool
} }
} }
if ((large_query = large_query)) if ((this->large_query = large_query))
{ {
/** Store the previous target as we're processing a multi-packet query */ /** Store the previous target as we're processing a multi-packet query */
prev_target = target; prev_target = target;