Changeset: 7642dc936792 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7642dc936792
Modified Files:
        monetdb5/mal/mal_authorize.c
Branch: default
Log Message:

make sure we don't use msab_ on embedded version


diffs (12 lines):

diff --git a/monetdb5/mal/mal_authorize.c b/monetdb5/mal/mal_authorize.c
--- a/monetdb5/mal/mal_authorize.c
+++ b/monetdb5/mal/mal_authorize.c
@@ -405,7 +405,7 @@ AUTHinitTables(const char *passwd) {
                /* normally, we'd commit here, but it's done already in 
AUTHaddUser */
        }
 
-       if (!GDKinmemory(0)) {
+       if (!GDKinmemory(0) && !GDKembedded()) {
                free(master_password);
                master_password = NULL;
                msg = msab_pickSecret(&master_password);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to