Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1211/3

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


@1134306103.0
 [rsc] --rw-rw-r-- M 84741 glenda sys 15248 Dec 11 07:50 sys/src/cmd/ndb/dns.c
	/n/sourcesdump/2005/1211/plan9/sys/src/cmd/ndb/dns.c:514,523 - 
	/n/sourcesdump/2005/1212/plan9/sys/src/cmd/ndb/dns.c:514,519
	  
	  	if(job->request.newfid != job->request.fid){
	  		/* clone fid */
	- 		if(job->request.newfid<0){
	- 			err = "clone newfid out of range";
	- 			goto send;
	- 		}
	  		nmf = copyfid(mf, job->request.newfid);
	  		if(nmf == nil){
	  			err = "clone bad newfid";


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.