From: Michal Voců Date: Thu, 27 Jan 2011 16:38:46 +0000 (+0000) Subject: fix for SB#71311 X-Git-Tag: glite-lbjp-common-db_R_2_0_5_3~9 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f450d139f4141b75b1360e25c8bfcdfada1bebb5;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 ffcca81..6336d94 100644 --- a/org.glite.lb.logger/src/input_queue_socket.c +++ b/org.glite.lb.logger/src/input_queue_socket.c @@ -250,6 +250,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) {