]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix compilation problem
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 23 Jun 2009 12:40:45 +0000 (12:40 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 23 Jun 2009 12:40:45 +0000 (12:40 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8920 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/message.c
bacula/technotes

index 39789a3848800209a0f20adcabc4b5b6b6887b24..b8bbff30e178658d89da4687727be7cf22d49782 100644 (file)
@@ -784,7 +784,7 @@ send_to_file:
              case MD_DIRECTOR:
                 Dmsg1(850, "DIRECTOR for following msg: %s", msg);
                 if (jcr && jcr->dir_bsock && !jcr->dir_bsock->errors) {
-                   jcr->bsock->fsend("Jmsg Job=%s type=%d level=%lld %s",
+                   jcr->dir_bsock->fsend("Jmsg Job=%s type=%d level=%lld %s",
                       jcr->Job, type, mtime, msg);
                 } else {
                    Dmsg1(800, "no jcr for following msg: %s", msg);
index b73624263abaf0a5309db46ca78824c524230606..ba56fb61db3332806dc436cd421148a2bba62fb7 100644 (file)
@@ -3,6 +3,7 @@
 General:
 
 23Jun09
+ebl  Fix compilation problem with message.c
 ebl  Add '*' when volume is online when displaying volume list in restore. Should
      complete project 31.
 21Jun09