Skip to content

Commit

Permalink
Fixes Coverity 1513058, introduced with apache#9643
Browse files Browse the repository at this point in the history
  • Loading branch information
zwoop committed Jun 15, 2023
1 parent a29574d commit 4ef15c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/header_rewrite/operator.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class OperatorHeaders : public Operator

protected:
std::string _header;
const char *_header_wks;
const char *_header_wks = nullptr;
};

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 4ef15c7

Please sign in to comment.