summaryrefslogtreecommitdiff
path: root/tests/test-pseudotcp.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-01-03 18:07:34 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-01-31 01:48:57 -0500
commitbe7682bfdf7a378cd606581ade509bfa79839017 (patch)
tree8e28792c6083681ea9b6dd48dc1d13faa89964fc /tests/test-pseudotcp.c
parentb7fb6f301c2664abc55db6a2d5b0afefa5ce9368 (diff)
downloadlibnice-be7682bfdf7a378cd606581ade509bfa79839017.tar.gz
tests: No need to call adjust_clock in readable
This can only be called after we received a packet, where we already adjust the clock
Diffstat (limited to 'tests/test-pseudotcp.c')
-rw-r--r--tests/test-pseudotcp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-pseudotcp.c b/tests/test-pseudotcp.c
index fcfe540..fbb11e9 100644
--- a/tests/test-pseudotcp.c
+++ b/tests/test-pseudotcp.c
@@ -137,8 +137,6 @@ static void readable (PseudoTcpSocket *sock, gpointer data)
pseudo_tcp_socket_get_error (sock));
exit (-1);
}
-
- adjust_clock (sock);
}
static void writable (PseudoTcpSocket *sock, gpointer data)