Bug 18215: Fix another tls warning
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 10 Mar 2017 08:17:02 +0000 (09:17 +0100)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 22 Mar 2017 21:00:41 +0000 (21:00 +0000)
commitc80cd97b68c76312062780783427542a5268c61f
treea7a0b00911a1454847af2372b458b14e0cd1fc92
parent37da40b323d8bc012724510fe4839dcb908c2b3b
Bug 18215: Fix another tls warning

Resolve warning:
Use of uninitialized value in string eq at C4/Installer.pm line 79.

Test plan:
Add a trivial .sql file in atomicupdate (comment is sufficient).
Run updatedatabase.pl
Without the patch you have the warning.
Apply the patch and repeat (no warning).

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
C4/Installer.pm