X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl.c;h=fa37dea95ce42faec7131e0b371c837790361c3d;hb=340eefa8e83c72319de0feda257d49e668b33f22;hp=7f6ffdb9094a4b4deb12c49a876f6118a05473e5;hpb=5f05aea3182a80a625c3ce15380136e682497be2;p=paraslash.git diff --git a/osl.c b/osl.c index 7f6ffdb9..fa37dea9 100644 --- a/osl.c +++ b/osl.c @@ -289,7 +289,6 @@ int for_each_file_in_dir(const char *dirname, continue; if (!strcmp(entry->d_name, "..")) continue; - ret = -E_OSL_LSTAT; if (lstat(entry->d_name, &s) == -1) continue; m = s.st_mode;