Changeset: 4fb04d406456 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4fb04d406456
Modified Files:
        sql/server/rel_schema.c
Branch: userprofile
Log Message:

fix with encrypted password option


diffs (12 lines):

diff --git a/sql/server/rel_schema.c b/sql/server/rel_schema.c
--- a/sql/server/rel_schema.c
+++ b/sql/server/rel_schema.c
@@ -2922,7 +2922,7 @@ rel_schemas(sql_query *query, symbol *s)
 
                ret = rel_create_user(sql->sa, l->h->data.sval, /* user name */
                                  l->h->next->data.sval,        /* password */
-                                 
l->h->next->next->next->next->next->data.i_val == SQL_PW_ENCRYPTED, /* 
encrypted */
+                                 l->h->next->next->next->next->data.i_val == 
SQL_PW_ENCRYPTED, /* encrypted */
                                  l->h->next->next->data.sval,  /* fullname */
                                  schema_details->h->data.sval, /* schema 
ident*/
                                  schema_details->h->next->data.sval,   /* 
schema path */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to