]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix #1091 about bad output in estimate command.
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 23 May 2008 20:57:23 +0000 (20:57 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 23 May 2008 20:57:23 +0000 (20:57 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@7011 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_cmds.c
bacula/technotes-2.1

index 5be82afe3a74d48d82a5a19b184f99c9bdd72534..a0fc360d682eb06b6bd174cca1dc332b80a277cd 100644 (file)
@@ -1158,7 +1158,7 @@ static int estimate_cmd(UAContext *ua, const char *cmd)
    get_level_since_time(ua->jcr, since, sizeof(since));
 
    ua->send_msg(_("Connecting to Client %s at %s:%d\n"),
-      job->client->name(), job->client->address, job->client->FDport);
+      jcr->client->name(), jcr->client->address, jcr->client->FDport);
    if (!connect_to_file_daemon(jcr, 1, 15, 0)) {
       ua->error_msg(_("Failed to connect to Client.\n"));
       return 1;
index 46bd3b2fe706475cfbaf2621c620ffee7bc7854d..89826094ab8d6ae0f1c89878f7e2341531db929e 100644 (file)
@@ -2,6 +2,8 @@
 
 General:
 
+23May08
+ebl  Fix #1091 about bad output in estimate command.
 21May08
 kes  Modify autochanger locking to attempt to avoid race
      conditions.