commit | f43b53a67f5ce283da11d1c26e9c5730af53bd23 | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@redhat.com> | Tue Mar 28 15:52:26 2017 -0700 |
committer | James E. Blair <jeblair@redhat.com> | Thu Apr 06 13:45:05 2017 -0700 |
tree | a303d2b19ca25cefe180c33ab0e1651fae1e88e0 | |
parent | 948fe9a6ff556360466de95e9fd20bacccc969c3 [diff] |
Fix constructor arguments to source Instatiations of sources all passed (driver, connection) to the constructor, which was expecting (config, connection). The config option is currently ignored (sources currently have no additional configuration), which is why we didn't notice the discrepancy. Update the constructor to (driver, connection, optional config) to match the rest of the driver-related classes. Change-Id: Ibc878b51b81950559d39b00b1591864c7661fe7c