libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 5b96365032bf32039e9617eb67e0923022db07c5
parent eb4d288b56de43aa275c8592e1d87064900a3d17
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 22 Jul 2008 09:11:01 +0000

join

Diffstat:
Msrc/plugins/rpm/rpmextractor.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/rpm/rpmextractor.c b/src/plugins/rpm/rpmextractor.c @@ -276,7 +276,7 @@ libextractor_rpm_extract (const char *filename, sigaction (SIGALRM, &sig, &old); parg.shutdown = 1; pthread_kill(pthr, SIGALRM); - // pthread_join(pthr, &unused); + pthread_join(pthr, &unused); sigaction (SIGALRM, &old, &sig); Fclose(fdi); CLOSE(parg.pi[0]);