From bc16fe0a43deb9309521af42c5db89ebbd87192e Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 13 Mar 2011 15:45:37 +0000 Subject: [PATCH] tests: Fix the authcon test to avoid pthread errors Fix the authcon test so that it avoids pthread errors by initialising rx before calling into any of the rxkad routines. Change-Id: I175203fd91660e27a8b468e6f1c6189f32b22259 Reviewed-on: http://gerrit.openafs.org/4212 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- tests/auth/authcon-t.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auth/authcon-t.c b/tests/auth/authcon-t.c index 4508d8d03..b5f688ccd 100644 --- a/tests/auth/authcon-t.c +++ b/tests/auth/authcon-t.c @@ -56,6 +56,8 @@ main(int argc, char **argv) exit(1); } + rx_Init(0); + /* Server Security objects */ afsconf_BuildServerSecurityObjects(dir, &classes, &numClasses); -- 2.39.5