aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/channel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/ext/channel.cc')
-rw-r--r--src/node/ext/channel.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node/ext/channel.cc b/src/node/ext/channel.cc
index 5bc58b9b32..c795ff7f42 100644
--- a/src/node/ext/channel.cc
+++ b/src/node/ext/channel.cc
@@ -280,8 +280,7 @@ NAN_METHOD(Channel::WatchConnectivityState) {
channel->wrapped_channel, last_state, MillisecondsToTimespec(deadline),
GetCompletionQueue(),
new struct tag(callback,
- ops.release(),
- shared_ptr<Resources>(nullptr), NULL));
+ ops.release(), NULL));
CompletionQueueNext();
}