From: Kern Sibbald Date: Tue, 13 Oct 2009 20:32:22 +0000 (+0200) Subject: Fix stupid error X-Git-Tag: Release-5.0.0~285^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1f1bba2830af8da9e08635b67aadbe1c3e09e919;p=bacula%2Fbacula Fix stupid error --- 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);