Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8303

Modified Files:
      Tag: SQL_2-24
        merovingian.mx 
Log Message:
Since we're broadcasting, the address becomes 0.0.0.0 on Solaris, so ignore 
that one too.

U merovingian.mx
Index: merovingian.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian.mx,v
retrieving revision 1.48.2.19
retrieving revision 1.48.2.20
diff -u -d -r1.48.2.19 -r1.48.2.20
--- merovingian.mx      7 Oct 2008 09:04:13 -0000       1.48.2.19
+++ merovingian.mx      7 Oct 2008 12:38:01 -0000       1.48.2.20
@@ -1422,7 +1422,9 @@
                }
 
                /* ignore messages from self: FIXME make this more robust */
-               if (strcmp(host, lhost) == 0 || strcmp(host, "localhost") == 0)
+               if (strcmp(host, lhost) == 0
+                               || strcmp(host, "localhost") == 0
+                               || strcmp(host, "0.0.0.0") == 0)
                        continue;
 
                if (strncmp(buf, "HELO ", 5) == 0) {


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to