Skip to content

Commit

Permalink
Fixes an uninitialised value, over-the-shoulder by @danielmewes
Browse files Browse the repository at this point in the history
  • Loading branch information
VeXocide committed Oct 5, 2015
1 parent 12675f8 commit 7ea4470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rdb_protocol/artificial_table/cfeed_backend.hpp
Expand Up @@ -34,6 +34,7 @@ class cfeed_artificial_table_backend_t :
protected:
class machinery_t : private ql::changefeed::artificial_t {
public:
machinery_t() : last_subscriber_time(current_microtime()) { }
virtual ~machinery_t() { }

protected:
Expand Down

0 comments on commit 7ea4470

Please sign in to comment.