]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix message.c problem reported by Dan
authorKern Sibbald <kern@sibbald.com>
Tue, 9 Oct 2007 15:46:04 +0000 (15:46 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 9 Oct 2007 15:46:04 +0000 (15:46 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5744 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/message.c

index 0c8253ce675ff09a938f1d9a1c1b7da0ae91d547..b6e6f9d3cb89a137281de74e7fa28004566200fa 100644 (file)
@@ -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.