]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/status.c
Ensure that StorageId is updated after write
[bacula/bacula] / bacula / src / filed / status.c
index dcd0fdd34c27cf881b08a63721d26e50e7a2c9d2..67000981ded688570796ceb6829b55878736b845 100644 (file)
@@ -150,11 +150,11 @@ static void  list_status_header(STATUS_PKT *sp)
                    sizeof(boffset_t), sizeof(size_t),
               debug_level, get_trace());
    sendit(msg.c_str(), len, sp);
-   if (debug_level > 0 && plugin_list->size() > 0) {
+   if (debug_level > 0 && bplugin_list->size() > 0) {
       Plugin *plugin;
       int len;
       pm_strcpy(msg, "Plugin: ");
-      foreach_alist(plugin, plugin_list) {
+      foreach_alist(plugin, bplugin_list) {
          len = pm_strcat(msg, plugin->file);
          if (len > 80) {
             pm_strcat(msg, "\n   ");