Changeset: a9a7bdcbe1e0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a9a7bdcbe1e0
Modified Files:
        MonetDB5/src/modules/mal/mal_mapi.mx
Branch: Jun2010
Log Message:

cosmetics


diffs (12 lines):

diff -r 85c1476037b7 -r a9a7bdcbe1e0 MonetDB5/src/modules/mal/mal_mapi.mx
--- a/MonetDB5/src/modules/mal/mal_mapi.mx      Mon Jul 26 11:46:37 2010 +0200
+++ b/MonetDB5/src/modules/mal/mal_mapi.mx      Mon Jul 26 12:23:56 2010 +0200
@@ -745,7 +745,7 @@
 
                length = (SOCKLEN) sizeof(userver);
                unlink(usockfile);
-               if (bind(usock, (SOCKPTR) & userver, length) < 0) {
+               if (bind(usock, (SOCKPTR) &userver, length) < 0) {
                        unlink(usockfile);
                        throw(IO, "mal_mapi.listen",
                                        OPERATION_FAILED ": binding to UNIX 
socket file %s failed: %s",
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to