Browse code

put back d_ino check

git-svn: trunk@4045

Török Edvin authored on 2008/08/01 00:26:14
Showing 1 changed files
... ...
@@ -3868,6 +3868,10 @@ rfc1341(message *m, const char *dir)
3868 3868
 					int nblanks;
3869 3869
 					struct stat statb;
3870 3870
 					const char *dentry_idpart;
3871
+#if !defined (C_CYGWIN) && !defined(C_WINDOWS)
3872
+					if(dent->d_ino == 0)
3873
+						continue;
3874
+#endif
3871 3875
 
3872 3876
 					if(!strcmp(".",dent->d_name) ||
3873 3877
 							!strcmp("..", dent->d_name))