Zero out the timeval struct in rfc2553_connect_to() completely and rename it to timeout
authorFabian Keil <fk@fabiankeil.de>
Sun, 27 Mar 2011 14:02:53 +0000 (14:02 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 27 Mar 2011 14:02:53 +0000 (14:02 +0000)
commitbb34ecc1ce527b800c3defd49cf3b49d1fe69580
treeb79ad0d71445610d58b648e049afbfb0921ab0ac
parent7c2182315836938a94209f146835454027554393
Zero out the timeval struct in rfc2553_connect_to() completely and rename it to timeout

It's not used for anything else so there's not need for a generic name.
While at it, use a struct instead of an array of a single struct.
jbsockets.c