+Options "--sandbox-server" and "--sandbox-server-ior"
authorshort <>
Sat, 7 Jun 2003 07:14:12 +0000 (07:14 +0000)
committershort <>
Sat, 7 Jun 2003 07:14:12 +0000 (07:14 +0000)
src/libcaptive/client/vfs.c

index e31ce55..95d3430 100644 (file)
@@ -103,7 +103,7 @@ gboolean errbool;
        *captive_vfs_object_return=captive_vfs_object;
 
        /* We are sandboxing && we are the master */
-       if (options->sandbox && !captive_corba_child_options)
+       if (options->sandbox && (captive_sandbox_server_argv || captive_sandbox_server_ior))
                return captive_sandbox_parent_vfs_new(captive_vfs_object);
 
        g_assert(captive_options==NULL);