Changeset: a8d0709e2fe2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a8d0709e2fe2
Branch: Mar2025
Log Message:

Merge with Aug2024 branch.


diffs (12 lines):

diff --git a/tools/merovingian/daemon/controlrunner.c 
b/tools/merovingian/daemon/controlrunner.c
--- a/tools/merovingian/daemon/controlrunner.c
+++ b/tools/merovingian/daemon/controlrunner.c
@@ -135,7 +135,7 @@ recvWithTimeout(int msgsock, stream *fdi
        FD_SET(msgsock, &fds);
 
        /* Wait up to 1 second.  If a client doesn't make this, it's too slow */
-       tv = struct timeval) {.tv_sec = 1};
+       tv = (struct timeval) {.tv_sec = 1};
        retval = select(msgsock + 1, &fds, NULL, NULL, &tv);
 #endif
        if (retval <= 0) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to