]> git.evergreen-ils.org Git - evergreen/tadl.git/commit
Squelch uninitialized var warning from hold_copy_targeter
authorBill Erickson <berick@esilibrary.com>
Mon, 16 Jul 2012 20:56:10 +0000 (16:56 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 17 Jul 2012 14:45:19 +0000 (10:45 -0400)
commit6ce092cc02b4453fff0357b03aee0963461e9f75
tree4d2e0d4d1f62ce2fba78e32e0e7482e80a469100
parent0168117e297e8dd4e2440c98c0306bbd8d8806c2
Squelch uninitialized var warning from hold_copy_targeter

open-ils.storage_stderr.log was getting filled with entries like:

"Use of uninitialized value in concatenation (.) or string at
/usr/local/share/perl/5.10.1/OpenILS/Application/Storage/Publisher/action.pm"

... consuming disk space endlessly. Stop that!

(Stealing Lebbeous' footwork and providing a slightly different solution.)

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm