summaryrefslogtreecommitdiffstats
path: root/tests/clients
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-01-04 18:51:01 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2012-01-04 18:51:01 -0500
commit1325ab00f435c311ac669373c0af8d0e78ea64f2 (patch)
tree5f86bfbedfa5ddc6e0103a475af2ce91075135fa /tests/clients
parent45c5a74b02ed14c55830a78773122712c25814e7 (diff)
downloadslapi-nis-1325ab00f435c311ac669373c0af8d0e78ea64f2.tar.gz
slapi-nis-1325ab00f435c311ac669373c0af8d0e78ea64f2.tar.xz
slapi-nis-1325ab00f435c311ac669373c0af8d0e78ea64f2.zip
- in the test client, don't force the timeout to 0
Diffstat (limited to 'tests/clients')
-rw-r--r--tests/clients/yp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/clients/yp.c b/tests/clients/yp.c
index 9fb59cd..6ef15ec 100644
--- a/tests/clients/yp.c
+++ b/tests/clients/yp.c
@@ -384,7 +384,6 @@ main(int argc, char **argv)
get_myaddress(&server);
}
server.sin_port = htons(port);
- memset(&timeout, 0, sizeof(timeout));
memset(&tv, 0, sizeof(tv));
tv.tv_sec = timeout;
sock = RPC_ANYSOCK;