Dear developers,
I was reading some mapi code and I found the following code:
if (username == NULL)
username = "guest";
if (mid->username != NULL) free(mid->username);
mid->username = strdup(username);
if (password == NULL)
password = "guest";
if (mid->password) free(mid->password);
mid->password = strdup(password);
In this moment the default user and password is monetdb and not guest.
Can I change it or there is a special reason for this?
Second,
If the host address starts with '/' the port is ignored, why?
Regards,
Romulo
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-developers