Skip to content

Commit

Permalink
Fix: Aggregrate/Function refresh using event type instead of target type
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick committed Oct 22, 2015
1 parent b0b9a8d commit 26bd08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control_connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ void ControlConnection::on_event(EventResponse* response) {
refresh_function(response->keyspace(),
response->target(),
response->arg_types(),
response->schema_change() == EventResponse::AGGREGATE);
response->schema_change_target() == EventResponse::AGGREGATE);
break;
}
break;
Expand Down

0 comments on commit 26bd08a

Please sign in to comment.