Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        libevfs.c 


Log Message:
Oops - blocked all events

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/libevfs.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- libevfs.c   28 Jul 2007 00:46:40 -0000      1.51
+++ libevfs.c   28 Jul 2007 08:20:50 -0000      1.52
@@ -48,7 +48,7 @@
    if ((e = (Ecore_Ipc_Event_Server_Data *) event))
      {
        /*Check if it's bound to us..*/
-       if (!ecore_hash_get(evfs_session_servers, e->data)) return 1;
+       if (!ecore_hash_get(evfs_session_servers, e->server)) return 1;
             
         /*Special case, if it's an id notify, we can't really id the client 
without it */
 
@@ -227,7 +227,7 @@
         goto retry;
 
      } else {
-            ecore_hash_set(evfs_session_servers, connection, (int*)1);
+            ecore_hash_set(evfs_session_servers, connection->server, (int*)1);
      }
 
    return connection;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to