]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/ua_label.c
ebl Check size, age of each file after their backup to see if
[bacula/bacula] / bacula / src / dird / ua_label.c
index fbd26f8e0ba82e227151b713ed3991c1553b6229..e293b0abbbba2e131bb9dd45540334f8748c77d9 100644 (file)
@@ -174,7 +174,7 @@ void update_slots(UAContext *ua)
    int i;
 
 
-   if (!open_db(ua)) {
+   if (!open_client_db(ua)) {
       return;
    }
    store.store = get_storage_resource(ua, true/*arg is storage*/);
@@ -329,7 +329,7 @@ static int do_label(UAContext *ua, const char *cmd, int relabel)
 
 
    memset(&pr, 0, sizeof(pr));
-   if (!open_db(ua)) {
+   if (!open_client_db(ua)) {
       return 1;
    }