Changeset: e29836092719 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e29836092719
Modified Files:
        tools/merovingian/daemon/controlrunner.c
Branch: Oct2020
Log Message:

Backed out changeset ba8f682ad6f4


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
@@ -400,7 +400,7 @@ static void ctl_handle_client(
 
                                // Kill it appropriately
                                if (strcmp(p, "stop") == 0) {
-                                       bool terminated = false;
+                                       bool terminated;
                                        /* make an attempt to shut down the 
profiler first. */
                                        if ((e = shutdown_profiler(q, &stats)) 
!= NULL) {
                                                free(e);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to