9fans archive / 2008 / 04 / 345 /    prev next

From: Charles Forsyth <forsyth@ter...>
Subject: Re: [9fans] ftpfs ahould not expose "." and ".." directories
Date: Mon, 28 Apr 2008 14:54:00 +0100

> similarly, it is usually
> 	if(p != nil)
> 		...
> not
> 	if(!p)

ha ha. sorry i meant
	if(p == nil)
not
	if(!p)