diff options
author | Stef Walter <stef@thewalter.net> | 2013-07-16 17:14:56 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-07-17 14:45:42 +0200 |
commit | 82738fe7d6143cb25fc1cb201a75b8a071043be8 (patch) | |
tree | 0c3cc205eef9c93ec84683799ef5542216535017 /p11-kit | |
parent | d00f6b24e5349d8d37868b8f4451b1dc9b38767e (diff) |
Remove erroneous comments about readdir() and thread-safety
https://bugzilla.redhat.com/show_bug.cgi?id=984989
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |