Skip to content

Commit 3acb53e

Browse files
stupid typo
1 parent e686f74 commit 3acb53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/searchlookup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class SearchLookup : public DNS::Operation, public DNS::Handler
143143
std::string nextdomain(_basedomain);
144144

145145
// add a . and the searchpath
146-
nextdomain.append(".").append(nexdomain);
146+
nextdomain.append(".").append(nextdomain);
147147

148148
// perform dns-query on the constructed path
149149
// and save the operation so we can cancell it if requested

0 commit comments

Comments
 (0)