aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/pair0/pair.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/pair0/pair.c')
-rw-r--r--src/protocol/pair0/pair.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/protocol/pair0/pair.c b/src/protocol/pair0/pair.c
index bac405b8..10498c0a 100644
--- a/src/protocol/pair0/pair.c
+++ b/src/protocol/pair0/pair.c
@@ -1,6 +1,6 @@
//
-// Copyright 2017 Garrett D'Amore <garrett@damore.org>
-// Copyright 2017 Capitar IT Group BV <info@capitar.com>
+// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
@@ -191,7 +191,6 @@ static void
pair0_getq_cb(void *arg)
{
pair0_pipe *p = arg;
- pair0_sock *s = p->psock;
if (nni_aio_result(p->aio_getq) != 0) {
nni_pipe_stop(p->npipe);