[Pkg-telepathy-commits] [libnice] 50/265: tests: No need to call adjust_clock in readable
Simon McVittie
smcv at debian.org
Wed May 14 12:04:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian
in repository libnice.
commit be7682bfdf7a378cd606581ade509bfa79839017
Author: Olivier Crête <olivier.crete at collabora.com>
Date: Fri Jan 3 18:07:34 2014 -0500
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
---
tests/test-pseudotcp.c | 2 --
1 file changed, 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git
More information about the Pkg-telepathy-commits
mailing list