Skip to content

Commit 2275871

Browse files
authored
HCK-7485: fix re api disconnect parameters inconsistency (#18)
1 parent 1ba6482 commit 2275871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverse_engineering/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
}
4949
},
5050

51-
disconnect: function (cb) {
51+
disconnect: function (connectionInfo, logger, cb, app) {
5252
state.connectionInfo = {};
5353
if (clientKrb) {
5454
clientKrb.destroy(cb);

0 commit comments

Comments
 (0)