patches for easier mirroring, to eliminate a special copy, to make www.freebsd.org/security a full copy of security.freebsd.org and be eventually be the same. For now files are just sitting there. The symlinks are missing. Discussed on: www (repository location) Discussed with: simon (so)
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			530 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			530 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Index: contrib/bind9/lib/dns/message.c
 | |
| ===================================================================
 | |
| --- contrib/bind9/lib/dns/message.c	(revision 223383)
 | |
| +++ contrib/bind9/lib/dns/message.c	(working copy)
 | |
| @@ -2481,7 +2481,7 @@
 | |
|  	    msg->opcode != dns_opcode_notify)
 | |
|  		want_question_section = ISC_FALSE;
 | |
|  	if (msg->opcode == dns_opcode_update)
 | |
| -		first_section = DNS_SECTION_ADDITIONAL;
 | |
| +		first_section = DNS_SECTION_PREREQUISITE;
 | |
|  	else if (want_question_section) {
 | |
|  		if (!msg->question_ok)
 | |
|  			return (DNS_R_FORMERR);
 |