Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_dbus


Modified Files:
        ecore_dbus_address.c 


Log Message:

cleaner handling of optional features

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_dbus/ecore_dbus_address.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ecore_dbus_address.c        24 Sep 2006 07:28:07 -0000      1.1
+++ ecore_dbus_address.c        24 Sep 2006 07:53:47 -0000      1.2
@@ -184,13 +184,11 @@
        type = ECORE_CON_LOCAL_SYSTEM;
        name = ecore_dbus_address_value_get(addr, "path");
 
-#ifdef HAVE_ABSTRACT_SOCKETS
        if (!name)
         {
            name = ecore_dbus_address_value_get(addr, "abstract");
            type = ECORE_CON_LOCAL_ABSTRACT;
         }
-#endif
 
        if (!name) return NULL;
        port = -1;



-------------------------------------------------------------------------
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
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to