Fixed EOF reading broken by recent --bug-pathname implementation.
authorshort <>
Sat, 5 Jul 2003 08:21:23 +0000 (08:21 +0000)
committershort <>
Sat, 5 Jul 2003 08:21:23 +0000 (08:21 +0000)
src/libcaptive/sandbox/parent-File.c

index 4de1da8..b661116 100644 (file)
@@ -129,7 +129,6 @@ xmlNode *xml_action=NULL;
 
        Captive_File_read(captive_file_object->corba_File_object,&buffer_corba,num_bytes,&captive_corba_ev);
        r=captive_sandbox_parent_return_from_CORBA_Environment(&captive_corba_ev);
-               return r;
        if (xml_action)
                xmlNewProp(xml_action,"result",gnome_vfs_result_to_string(r));
        if (r!=GNOME_VFS_OK)