fix for SB#71311
authorMichal Voců <michal@ruk.cuni.cz>
Tue, 18 Jan 2011 10:03:29 +0000 (10:03 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Tue, 18 Jan 2011 10:03:29 +0000 (10:03 +0000)
org.glite.lb.logger/src/input_queue_socket.c

index 9489fe6..6faf2a2 100644 (file)
@@ -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) {