Changeset: c1f634d9db8c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c1f634d9db8c
Modified Files:
        clients/mapiclient/dotmonetdb.c
Branch: Feb2013
Log Message:

dotmonetdb: don't support passwd

The purposely only option for it ever documented is "password", so no
need to check for more than that.


diffs (12 lines):

diff --git a/clients/mapiclient/dotmonetdb.c b/clients/mapiclient/dotmonetdb.c
--- a/clients/mapiclient/dotmonetdb.c
+++ b/clients/mapiclient/dotmonetdb.c
@@ -95,7 +95,7 @@ parse_dotmonetdb(char **user, char **pas
                                if (user)
                                        *user = strdup(q);
                                q = NULL;
-                       } else if (strcmp(buf, "password") == 0 || strcmp(buf, 
"passwd") == 0) {
+                       } else if (strcmp(buf, "password") == 0) == 0) {
                                if (passwd)
                                        *passwd = strdup(q);
                                q = NULL;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to