diff options
author | 2019-01-14 06:49:42 +0000 | |
---|---|---|
committer | 2019-01-14 06:49:42 +0000 | |
commit | ca9d64e007672c6a6d3a01c8c4871877c5a5fb46 (patch) | |
tree | 8e9855da54e015d15222c45234e6e2b5d682e936 /lib/libc/asr/res_mkquery.c | |
parent | match on TP-Link WN821N v5 (RTL8192EU), tested by Jesper Wallin (diff) | |
download | wireguard-openbsd-ca9d64e007672c6a6d3a01c8c4871877c5a5fb46.tar.xz wireguard-openbsd-ca9d64e007672c6a6d3a01c8c4871877c5a5fb46.zip |
Unbreak tree. Last minute changes are evil.
Diffstat (limited to 'lib/libc/asr/res_mkquery.c')
-rw-r--r-- | lib/libc/asr/res_mkquery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/asr/res_mkquery.c b/lib/libc/asr/res_mkquery.c index 658d09ba614..c3d5af30f29 100644 --- a/lib/libc/asr/res_mkquery.c +++ b/lib/libc/asr/res_mkquery.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_mkquery.c,v 1.12 2019/01/14 06:23:06 otto Exp $ */ +/* $OpenBSD: res_mkquery.c,v 1.13 2019/01/14 06:49:42 otto Exp $ */ /* * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> * @@ -60,7 +60,7 @@ res_mkquery(int op, const char *dname, int class, int type, h.id = res_randomid(); if (ac->ac_options & RES_RECURSE) h.flags |= RD_MASK; - if (ac->ac_options & RES_USE_CDFLAG) + if (ac->ac_options & RES_USE_CD) h.flags |= CD_MASK; h.qdcount = 1; if (ac->ac_options & (RES_USE_EDNS0 | RES_USE_DNSSEC)) |