artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f565022
)
Use LDNS_RCODE define; no functional change
author
florian
<florian@openbsd.org>
Thu, 3 Mar 2022 18:54:07 +0000
(18:54 +0000)
committer
florian
<florian@openbsd.org>
Thu, 3 Mar 2022 18:54:07 +0000
(18:54 +0000)
sbin/unwind/frontend.c
patch
|
blob
|
history
diff --git
a/sbin/unwind/frontend.c
b/sbin/unwind/frontend.c
index
6316231
..
8bc79f9
100644
(file)
--- a/
sbin/unwind/frontend.c
+++ b/
sbin/unwind/frontend.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: frontend.c,v 1.7
1 2022/03/01 18:34:21
florian Exp $ */
+/* $OpenBSD: frontend.c,v 1.7
2 2022/03/03 18:54:07
florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@
-1196,7
+1196,7
@@
check_query(sldns_buffer* pkt)
LDNS_ARCOUNT(sldns_buffer_begin(pkt)));
return (LDNS_RCODE_FORMERR);
}
- return
0
;
+ return
(LDNS_RCODE_NOERROR)
;
}
void