]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix stupid error
authorKern Sibbald <kern@sibbald.com>
Tue, 13 Oct 2009 20:32:22 +0000 (22:32 +0200)
committerKern Sibbald <kern@sibbald.com>
Tue, 13 Oct 2009 20:32:22 +0000 (22:32 +0200)
bacula/src/lib/jcr.c

index a4fc7199047dd52bdb751837306aa32b43ea0467..50fbb6a19733dc29869f174fc49af9352003b391 100644 (file)
@@ -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);