Commit 281cd2b8 authored by Fabrice Marsaud's avatar Fabrice Marsaud

Fixed a lately introduced code mistake

parent 2d42d775
...@@ -48,6 +48,7 @@ SMB2Connection.requireConnect = function(method){ ...@@ -48,6 +48,7 @@ SMB2Connection.requireConnect = function(method){
throw err throw err
} }
} }
}
cb = scheduleAutoClose(connection, cb); cb = scheduleAutoClose(connection, cb);
args.push(cb); args.push(cb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment