TT#18318 vmnotify: fix CONFIG call error

* fix $CONFIG call as a hashref

Change-Id: I8d7ccf8fa0560f3b2e529821656179df8ecb5956
changes/83/14583/1
Kirill Solomko 9 years ago
parent e7865c8dbf
commit c9cd8dc193

@ -231,7 +231,7 @@ sub main {
send_mwi_notify();
if ($extended &&
$CONFIG->{EXT_NOTIFY} && $CONFIG->{EXT_NOTIFY} eq "yes") {
$CONFIG{EXT_NOTIFY} && $CONFIG{EXT_NOTIFY} eq "yes") {
send_ext_notify();
}
};

Loading…
Cancel
Save