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

dotmonetdb: fix c1f634d9db8c


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) == 0) {
+                       } else if (strcmp(buf, "password") == 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