commit | 6721899ba8f85d201ba2f7f394f5b5027aedfd8b | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Feb 28 12:53:37 2017 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Thu Mar 02 15:52:52 2017 -0600 |
tree | b0ea12b360c7a0cfd1d92b83d2553ff5018a0df6 | |
parent | 465aaeccc5c01a437b3a3b23a9566482af0c32b5 [diff] |
Look for an exact match of transaction id Currently the code would search for a matching string in the whole TRANSACTION_ID=1234 string, but there may cases that this could result in a false match. Change to extract the id number out of the string to do an exact compare. Change-Id: I2cc0e6b42937a36e9afb942c07c91c0b4469a963 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>