From: Kern Sibbald Date: Tue, 9 Oct 2007 15:46:04 +0000 (+0000) Subject: Fix message.c problem reported by Dan X-Git-Tag: Release-2.2.5~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7695c9d3bbdf60087e3d46ea4e6327acfaab1e24;p=bacula%2Fbacula Fix message.c problem reported by Dan git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5744 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/message.c b/bacula/src/lib/message.c index 0c8253ce67..b6e6f9d3cb 100644 --- a/bacula/src/lib/message.c +++ b/bacula/src/lib/message.c @@ -1106,9 +1106,6 @@ Jmsg(JCR *jcr, int type, time_t mtime, const char *fmt,...) if (!msgs) { msgs = daemon_msgs; /* if no jcr, we use daemon handler */ } - if (!job) { - job = ""; /* Set null job name if none */ - } /* * Check if we have a message destination defined.