work with the new FD.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7806
91ce42f0-d328-0410-95d8-
f526ca767f89
}
Dmsg1(110, "<stored: %s", fd->msg);
stop_bsock_timer(tid);
- if (strncmp(fd->msg, FDOKhello, sizeof(FDOKhello)) != 0) {
+ if (strncmp(fd->msg, FDOKhello, sizeof(FDOKhello)-1) != 0) {
Jmsg(jcr, M_FATAL, 0, _("File daemon rejected Hello command\n"));
return 0;
}
remove reader/writer in FOPTS????
General:
+15Oct08
+kes Apply tray-monitor patch from Bastian Friedrich to make it
+ work with the new FD.
14Oct08
kes Apply cleanup patch from Marco
kes Apply patch from Marco van Wieringen <mvw@planets.elm.net>