fix for SB#71311
authorMichal Voců <michal@ruk.cuni.cz>
Thu, 27 Jan 2011 16:38:46 +0000 (16:38 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Thu, 27 Jan 2011 16:38:46 +0000 (16:38 +0000)
org.glite.lb.logger/src/input_queue_socket.c

index ffcca81..6336d94 100644 (file)
@@ -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) {