SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/nsping/patches/patch-dns-rr_c
Normal file
12
net/nsping/patches/patch-dns-rr_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: dns-rr.c
|
||||
--- dns-rr.c.orig
|
||||
+++ dns-rr.c
|
||||
@@ -23,7 +23,7 @@ dns_rr_query(char *name, int type, u_char *buf) {
|
||||
|
||||
len = dns_string(name, dp, MAXDNAME);
|
||||
if(len < 0)
|
||||
- return(NULL);
|
||||
+ return(0);
|
||||
|
||||
dp += len;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue