From f3ee8773409106da61cb14a309e662f6bd2dc688 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 23 May 2008 20:57:23 +0000 Subject: [PATCH] ebl Fix #1091 about bad output in estimate command. 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 | 2 +- bacula/technotes-2.1 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index 5be82afe3a..a0fc360d68 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -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; diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 46bd3b2fe7..89826094ab 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -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. -- 2.39.5