mirror of https://github.com/sipwise/ngcpcfg.git
change $dbh->begin_work or die "Cannot start tx: "..
to more appropriate
$dbh->begin_work if $dbh->{AutoCommit}
so that the transasction starts only if there is none,
because since some time a shared $dbh object is used.
Change-Id: I2fb6e115c170a5b04a010cb70198182cbbe9712d
(cherry picked from commit cf37b2cba5)
(cherry picked from commit 4550243c3b)
mr26.1.1
parent
62868c421c
commit
dbe1a2cca3
Loading…
Reference in new issue