Changeset: 8600bebd25df for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8600bebd25df
Modified Files:
        gdk/gdk_logger.c
Branch: default
Log Message:

Initialize field in structure.


diffs (11 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -1824,6 +1824,7 @@ logger_new(int debug, const char *fn, co
        if (lg->debug & 1) {
                fprintf(stderr, "#logger_new dir set to %s\n", lg->dir);
        }
+       lg->local_dir = NULL;
 
        if (shared) {
                /* set the local logdir as well
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to