Skip to content

Commit 9fa7373

Browse files
ahupowerdnsmind04
authored andcommitted
initialize security_status to 0 (unknown)
1 parent 185bf20 commit 9fa7373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdns/secpoll-auth.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ void doSecPoll(bool first)
133133

134134
int res=doResolve(query, QType::TXT, ret);
135135

136-
int security_status;
136+
int security_status=0;
137137

138138
if(!res && !ret.empty()) {
139139
string content=ret.begin()->content;

0 commit comments

Comments
 (0)