file_analysis: Replace nulls with nullptr

This commit is contained in:
Tim Wojtulewicz 2020-04-02 09:55:53 -07:00
parent 6897912909
commit 393b8353cb
14 changed files with 52 additions and 52 deletions

View file

@ -358,10 +358,10 @@ protected:
* exist, the activity time is refreshed along with any
* connection-related fields.
*/
File* GetFile(const string& file_id, Connection* conn = 0,
File* GetFile(const string& file_id, Connection* conn = nullptr,
const analyzer::Tag& tag = analyzer::Tag::Error,
bool is_orig = false, bool update_conn = true,
const char* source_name = 0);
const char* source_name = nullptr);
/**
* Evaluate timeout policy for a file and remove the File object mapped to