]> git.evergreen-ils.org Git - working/Evergreen.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:42:53 +0000 (10:42 -0400)
commitcde5d7218d4b6cfa782257cf488a1a317542fa13
treeacc98652903a7c6cc2c699c1ff15213d3e4f5969
parent4b2edba197b25dc86001d1de35aca64d7f3aa266
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