Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_metadata.c 


Log Message:
* Oops - fork bomb

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_metadata.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- evfs_metadata.c     22 Jul 2006 16:12:46 -0000      1.22
+++ evfs_metadata.c     22 Jul 2006 16:21:03 -0000      1.23
@@ -639,6 +639,9 @@
        /*At the moment, we only extract meta from posix folders*/
        /*This may change, but we'll have to copy the file locally,
         * so libextractor can have a shot at it*/
+
+       return; /*FIXME - there's a bug here*/
+       
        if (!strcmp(ref->plugin_uri,"file")) {
 
                if (!(pid = fork())) {



-------------------------------------------------------------------------
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