Skip to content

Commit

Permalink
fixup: initialize gfapi_logfile_ to nullptr
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Mar 25, 2020
1 parent 7749b98 commit 3dd73ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/stored/backends/gfapi_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class gfapi_device : public Device {
private:
char* gfapi_configstring_;
char* gfapi_uri_;
char* gfapi_logfile_;
char* gfapi_logfile_{nullptr};
int gfapi_loglevel_{0};
char* transport_;
char* servername_;
Expand Down

0 comments on commit 3dd73ef

Please sign in to comment.