From 82738fe7d6143cb25fc1cb201a75b8a071043be8 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 16 Jul 2013 17:14:56 +0200 Subject: Remove erroneous comments about readdir() and thread-safety https://bugzilla.redhat.com/show_bug.cgi?id=984989 --- p11-kit/conf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'p11-kit') diff --git a/p11-kit/conf.c b/p11-kit/conf.c index a2b46c4..2138d3e 100644 --- a/p11-kit/conf.c +++ b/p11-kit/conf.c @@ -450,7 +450,6 @@ load_configs_from_directory (const char *directory, return false; } - /* We're within a global mutex, so readdir is safe */ while ((dp = readdir(dir)) != NULL) { path = p11_path_build (directory, dp->d_name, NULL); return_val_if_fail (path != NULL, false); -- cgit v1.1