Changeset: d4cb536cd560 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d4cb536cd560
Modified Files:
monetdb5/mal/mal_authorize.c
Branch: Oct2020
Log Message:
small backport of monetdbe not using sabaoth..
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
@@ -408,7 +408,7 @@ AUTHinitTables(const char *passwd) {
/* normally, we'd commit here, but it's done already in
AUTHaddUser */
}
- if (!GDKinmemory()) {
+ if (!GDKinmemory() && !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