From: Michal Voců Date: Tue, 18 Jan 2011 10:03:29 +0000 (+0000) Subject: fix for SB#71311 X-Git-Tag: merge_21_head_round2_dst~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=b552f5a1ca2d2e3bb60872f5d683365702950922;p=jra1mw.git fix for SB#71311 --- diff --git a/org.glite.lb.logger/src/input_queue_socket.c b/org.glite.lb.logger/src/input_queue_socket.c index 9489fe6..6faf2a2 100644 --- a/org.glite.lb.logger/src/input_queue_socket.c +++ b/org.glite.lb.logger/src/input_queue_socket.c @@ -251,6 +251,8 @@ input_queue_get(il_octet_string_t **buffer, long *offset, int timeout) tv.tv_sec = timeout; tv.tv_usec = 0; + utime(socket_path, NULL); + msg_len = select(sock + 1, &fds, NULL, NULL, timeout >= 0 ? &tv : NULL); switch(msg_len) {