]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/label.c
Apply Joao's patch to SQLite tables to make chars work.
[bacula/bacula] / bacula / src / stored / label.c
index 43b2cf2cfeee43db6fe5392f7b946ae1f273da07..8df3339a464de7ddfbc49de27f27cb5be0155b5f 100644 (file)
@@ -667,8 +667,8 @@ void create_session_label(DCR *dcr, DEV_RECORD *rec, int label)
    /* Added in VerNum 10 */
    ser_string(jcr->Job);              /* Unique name of this Job */
    ser_string(jcr->fileset_name);
-   ser_uint32(jcr->JobType);
-   ser_uint32(jcr->JobLevel);
+   ser_uint32(jcr->get_JobType());
+   ser_uint32(jcr->get_JobLevel());
    /* Added in VerNum 11 */
    ser_string(jcr->fileset_md5);