by Michael Stapelberg <michael@stapelberg.de>.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6059
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;
}
Technical notes on version 2.3
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>