summaryrefslogtreecommitdiffstats
path: root/test/l2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/l2test.c')
-rw-r--r--test/l2test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/l2test.c b/test/l2test.c
index fffa7fd8..acf4a23c 100644
--- a/test/l2test.c
+++ b/test/l2test.c
@@ -447,7 +447,7 @@ static void do_listen(void (*handler)(int sk))
if (timestamp) {
int t = 1;
- if (setsockopt(sk, SOL_SOCKET, SO_TIMESTAMP, &t, sizeof(t)) < 0) {
+ if (setsockopt(nsk, SOL_SOCKET, SO_TIMESTAMP, &t, sizeof(t)) < 0) {
syslog(LOG_ERR, "Can't enable SO_TIMESTAMP: %s (%d)",
strerror(errno), errno);
goto error;