From 1f1bba2830af8da9e08635b67aadbe1c3e09e919 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 13 Oct 2009 22:32:22 +0200 Subject: [PATCH] Fix stupid error --- bacula/src/lib/jcr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/src/lib/jcr.c b/bacula/src/lib/jcr.c index a4fc719904..50fbb6a197 100644 --- a/bacula/src/lib/jcr.c +++ b/bacula/src/lib/jcr.c @@ -310,9 +310,9 @@ static void job_end_pop(JCR *jcr) } } -# -# Create thread key for thread specific data -# +/* + * Create thread key for thread specific data + */ void create_jcr_key() { int status = pthread_key_create(&jcr_key, NULL); -- 2.39.5