by Michael Stapelberg <michael@stapelberg.de>.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6060
91ce42f0-d328-0410-95d8-
f526ca767f89
if (fname[0] == '|') {
- if ((bpipe = open_bpipe(fname, 0, "rb")) == NULL) {
+ if ((bpipe = open_bpipe(fname+1, 0, "rb")) == NULL) {
free(fname);
return NULL;
}
long offset;
_tzset();
offset = _timezone;
- offset += _dstbias;
+ if (tm.tm_isdst) {
+ offset += _dstbias;
+ }
return offset /= 60;
#else
Technical notes on version 2.2
General:
+14Dec07
+kes Skip leading | when lex input comes from a pipe as suggested
+ by Michael Stapelberg <michael@stapelberg.de>.
+13Dec07
+kes Apply patch for bsmtp Win32 daylight savings time fix supplied by
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
10Dec07
kes This patch corrects a problem where the maximum concurrent storage
jobs counter gets out of sync during restore jobs causing jobs to